fsautoproc
Basic file transformation automation management utility
|
Stat structure for storing the last modified time and file size. More...
#include <fs.h>
Data Fields | |
uint64_t | lmod |
Last modified time in milliseconds since epoch. | |
uint64_t | fsze |
File size in bytes. | |
Stat structure for storing the last modified time and file size.
uint64_t fsstat_s::fsze |
File size in bytes.
uint64_t fsstat_s::lmod |
Last modified time in milliseconds since epoch.