Returns the last time the file was written as the number of seconds since January 1st, 1970.
uint64 LastWriteTimeInSeconds( string file )
Parameter Type | Parameter Name | Documentation |
---|---|---|
string | file | The absolute path to the file to query. For example: "D:\\MyFolder\\MyPicture.png". |
None published. Please look for an example in the Simdify Scripting Language code base.