FileExist
Previous Top Next

Checks if a specific file exists and returns true or false.

Syntax: FileExist (File Name)
Example:
If FileExist ("myFile.txt") =  true Then FileOpen (c,"myFile.txt",cRead)