Function FileTime() Foundation
Retrieves the time of a file.
FileTime( [<cFileName>] , ; // Default: FileSeek()
[<nFileAttributes>] ; // Default: FA_NORMAL
) --> nFileTime
Returns the time of the specified file or a null string ("") in case of an error.
<cFileName>
The parameter defaults to the name of the last file found with FileSeek().
<nFileAttributes>
File attributes are numeric values corresponding to #define constants found in XBTDISK.CH
FA_NORMAL
FA_READONLY
FA_HIDDEN
FA_SYSTEM
FA_ARCHIVE
Multiple attributes are specified by adding the corresponding constants.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.