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: 2023/05/09 00:54