Hi! Is there any utility function or validator that checks if a string is a valid file or directory name? Actually on *nix file systems nearly everything is allowed, but on Windows this is not true. Do I have to write the regexp myself? Masi