FILE_GetDateTime
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > File > FILE: functions working on files > FILE_GetDateTime |
Description
Get the last change DateTime of a disk file.
Syntax
s = FILE_GetDateTime(sFile)
Returns
String in the format of: dd/mm/yyyy hh:mm:ss
Parameters
Name |
Type |
Optional |
Meaning |
sFile |
String |
No |
The full file name (path + file name) of the file you want the Date Time |
Remarks
Restrictions
See also
Examples