Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::FileSystemStat Struct Reference

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.
 

Detailed Description

A structure to describe file stats.

Member Data Documentation

◆ fileSize

size_t SC::FileSystemStat::fileSize = 0

Size of the file in bytes.

◆ modifiedTime

Time::Realtime SC::FileSystemStat::modifiedTime = 0

Time when file was last modified.


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