LastModified
This property belongs to files in a project and indicates when the file was last changed. Not surprisingly, it's read-only.
Usage |
tLastChanged = filFile.LastModified |
Example |
* See whether file is recent IF oFile.LastModified < DATE()-30 WAIT WINDOW "You should check for an updated version of " + ; oFile.Name ENDIF |
See Also |