FileExist
Previous Top Next

Checks if a specific file exists and returns true or false.
See External Files for information about file path.
Syntax: FileExist (File Name)
Example:
If FileExist ("myFile.txt") =  true Then FileOpen (c,"myFile.txt",cRead)