FileTime - script function
The FileTime function returns a timestamp for the date and time of the last modification of the file filename. If no filename is specified, the function will refer to the currently read table file.
Syntax:
FileTime([ filename ])
Arguments:
| Argument | Description |
|---|---|
| filename |
The name of a file, if necessary including path.
|