Possible Duplicate:
How can I sanitize a string for use as a filename?
I need to create a folder from a user's text (unicode string type). Some characters are illegals for folder name under windows.
Do you know a Delphi function that check if the folder name is valid ?
Or best of best, to convert a string to a valid folder name (stripping or converting invalid characters) ?
Thx for your help !
EDIT : See the note below on illegal keywords.