![]() |
Plasma Engine
2.0
|
Holds the stats for a file. More...
#include <OSFile.h>
Public Member Functions | |
void | GetFullPath (plStringBuilder &ref_sPath) const |
Stores the concatenated m_sParentPath and m_sName in path. | |
Public Attributes | |
plStringBuilder | m_sParentPath |
Path to the parent folder. Append m_sName to m_sParentPath to obtain the full path. | |
plString | 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. | |
plTimestamp | m_LastModificationTime |
The last modification time as an UTC timestamp since Unix epoch. | |
plUInt64 | 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.