fsFileGetCreateTime (Function) |
Top Previous Next |
This function will return the file creation time as a LINSEC value.
Input: name : STRING The name of the file.
Returns: DINT The time of creation for the file in seconds since 1980-1-1 00:00:00 (LINSEC).
Declaration: FUNCTION fsFileGetCreateTime : DINT;
Example: INCLUDE rtcu.inc |