This is an old revision of the document!


FILE_LAST_MODIFIED

Returns the date when the specified file was last modified

An expression returning a string identifying a file or directory name

DISPLAY MESSAGE ('File modified  ' + 
  AS_STRING(FILE_LAST_MODIFIED('c:/myfile.txt')))
  • Last modified: 2022/09/13 18:12