A structure to describe file stats. More...
#include <FileSystemOperations.h>
Public Attributes | |
size_t | fileSize = 0 |
Size of the file in bytes. | |
Time::Realtime | modifiedTime = 0 |
Time when file was last modified. | |
A structure to describe file stats.
size_t SC::FileSystemStat::fileSize = 0 |
Size of the file in bytes.
Time::Realtime SC::FileSystemStat::modifiedTime = 0 |
Time when file was last modified.