CheckFilename()
Syntax
Result = CheckFilename(Filename$)Description
Checks if the specified Filename$ doesn't contain invalid characters for the filesystem. For example, on Windows '/' and '\' characters are not allowed in the filename. If the 'Filename$' is correct, it will returns 1, else 0. The 'Filename$' must not include its path.
Supported OS
All