FILE_LAST_MODIFIED
Description
Returns the date when the specified file was last modified
Parameters
An expression returning a string identifying a file or directory name
Example
DISPLAY MESSAGE ('File modified ' + AS_STRING(FILE_LAST_MODIFIED('c:/myfile.txt')))