LastWriteTimeInSeconds Data Member Function

Returns the last time the file was written as the number of seconds since January 1st, 1970.

Prototype

uint64 LastWriteTimeInSeconds( string file )

Parameters

Parameter Type Parameter Name Documentation
stringfileThe absolute path to the file to query. For example: "D:\\MyFolder\\MyPicture.png".

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.