FileTime - script function
The FileTime function returns a timestamp in UTC format of the last modification of a specified file. If a file is not specified, the function returns a timestamp in UTC of the last modification of the currently read table file.
Syntax:
FileTime([ filename ])
Arguments:
Argument | Description |
---|---|
filename |
The name of a file, if necessary including path, as a folder or web file data connection. Example: 'lib://Table Files/' In legacy scripting mode, the following path formats are also supported:
|