FILE_EXISTS

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') 
  • Last modified: 2023/05/09 00:54