|
2 |
edited tags
|
||
|
|
||||
|
1 |
|
||
How check if given string is legal (allowed) file name under Windows?I want to include batch file rename functionality in my application. User can type destination filename pattern and (after replacing some wildcards in pattern) I need to check if it's going to be legal filename under Windows. I tried to use regular expression like [a-zA-Z0-9_]+ but it doesn't include many national-specific characters from various languages (umlauts and so on). What is the best way to do such check?
|
||||
