This is an old revision of the document!


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: 2022/09/13 18:12