On Windows file names like com1.txt or lpt1.txt are forbidden. Is there a list of all forbidden file and folder names on windows (or forbidden chars in the file and folder names like :? ...)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The list of invalid characters is:
Plus characters 1 to 31 But you should use |
||||
|
|
|
|||
|
|
|
You didn't mention what platform you are using, but in .Net, you can use:
and
To return invalid file name and path characters. |
|||
|
|
