2
votes
How check if given string is legal (allowed) file name under Windows?
The question is are you trying to determine if a path name is a legal windows path, or if it's legal on the system where the code is running.? I think the latter is more important …
