fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
fsstat_s Struct Reference

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.
 

Detailed Description

Stat structure for storing the last modified time and file size.

Field Documentation

◆ fsze

uint64_t fsstat_s::fsze

File size in bytes.

◆ lmod

uint64_t fsstat_s::lmod

Last modified time in milliseconds since epoch.


The documentation for this struct was generated from the following file: