IsFilename()

Syntax

Result = IsFilename(Filename$)
Description
Checks if the specified Filename$ is correct 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.