<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > File > FILE: functions working on files > FILE_GetAgeInDays |
Description
Return the age of the specified file in days.
Syntax
n = File_GetAgeInDays(sFile)
Returns
Returns a number.
Parameters
Name |
Type |
Optional |
Meaning |
sFile |
String |
No |
Full path to a file or directory name |
Remarks
Restrictions
See also
Examples