Checks if the specified file or directory exists
An expression returning a string identifying a file or directory name
IF FILE_EXISTS('c:/myfile.txt') = 'Yes' THEN DISPLAY MESSAGE ('File exists')