Vault  4.1
Public Attributes
VFSNodeInfo Class Reference

VFSNodeInfo holds file system information about a node, and is used internally by VFSNode and its platform-specific helper functions. More...

#include <vfsnode.h>

List of all members.

Public Attributes

Vs64 mCreationDate
Vs64 mModificationDate
VFSize mFileSize
bool mIsFile
bool mIsDirectory
int mErrNo

Detailed Description

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.

Definition at line 77 of file vfsnode.h.


The documentation for this class was generated from the following files:

Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.