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')))