show/hide this revision's text 3 Link updated

Rather than explicitly include all possible characters, you could do a regex to check for the presence of illegal characters, and report an error then. Ideally your application should name the files exactly as the user wishes, and only cry foul if it stumbles across an error.

Illegal characters in Windows filenames

show/hide this revision's text 2 added 125 characters in body

Rather than explicitly include all possible characters, you could do a regex to check for the presence of illegal characters, and report an error then. Ideally your application should name the files exactly as the user wishes, and only cry foul if it stumbles across an error.

Illegal characters in Windows filenames

show/hide this revision's text 1

Rather than explicitly include all possible characters, you could do a regex to check for the presence of illegal characters, and report an error then.

Illegal characters in Windows filenames