struct FileStat { SInt64 ModifyTime; SInt64 AccessTime; SInt64 FileSize; };
File statistics, provides information about file modified time and accessed time.
Data Member |
Description |
Time the file is accessed. | |
Size of the file accessed. | |
Time the file was modified. |
Operator |
Description |
Compares all members of FileStat for equality. |
SF_SysFile.h