FileAge
Description: |
baFileAge returns the date of a file in seconds. |
Platforms: |
Windows and Macintosh |
Usage: |
Result = baFileAge( FileName ) |
Arguments: |
String. |
Returns: |
Integer. |
Examples: |
Director: Authorware: |
Notes: |
The number returned is the number of seconds since an arbitrary date. The number means little by itself, but can be used to compare the dates of two files. The file with higher number is the newer file. For example: if baFileAge( "c:\\data\\student.dat"" ) > baFileAge( "a:\\student.dat" ) then |
See also: |