![]() |
XII Release 0.1.0
|
Holds the stats for a file. More...
#include <OSFile.h>
Public Member Functions | |
void | GetFullPath (xiiStringBuilder &ref_sPath) const |
Stores the concatenated m_sParentPath and m_sName in path. | |
Public Attributes | |
xiiStringBuilder | m_sParentPath |
Path to the parent folder. Append m_sName to m_sParentPath to obtain the full path. | |
xiiString | m_sName |
The name of the file or folder that the stats are for. Does not include the parent path to it. Append m_sName to m_sParentPath to obtain the full path. | |
xiiTimestamp | m_LastModificationTime |
The last modification time as an UTC timestamp since Unix epoch. | |
xiiUInt64 | m_uiFileSize = 0 |
The size of the file in bytes. | |
bool | m_bIsDirectory = false |
Whether the file object is a file or folder. | |
Holds the stats for a file.