![]() |
Vault
4.1
|
VFSNodeInfo holds file system information about a node, and is used internally by VFSNode and its platform-specific helper functions. More...
#include <vfsnode.h>
Public Attributes | |
Vs64 | mCreationDate |
Vs64 | mModificationDate |
VFSize | mFileSize |
bool | mIsFile |
bool | mIsDirectory |
int | mErrNo |
VFSNodeInfo holds file system information about a node, and is used internally by VFSNode and its platform-specific helper functions.
We define the time fields using a raw Vs64 value (millisecond offset from 1970 UTC) rather than a VInstant object so that there is zero overhead in constructing one of these.