getModificationDate
Retrieves the time the specified file was last modified.
Syntax
ogscript.getModificationDate (file path);
Parameters
Parameter |
Type |
Required |
Description |
File path |
String |
Yes |
Path to the file. |
Returns
Returns the time the specified file was last modified, in Unix Epoch time (also known as POSIX time), as a LONG value.
Example
Coming soon.