ezEngine  Release 25.03
ezFileStats Struct Reference

Holds the stats for a file. More...

#include <OSFile.h>

Public Member Functions

void GetFullPath (ezStringBuilder &ref_sPath) const
 Stores the concatenated m_sParentPath and m_sName in path.
 

Public Attributes

ezStringBuilder m_sParentPath
 Path to the parent folder. Append m_sName to m_sParentPath to obtain the full path.
 
ezString 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.
 
ezTimestamp m_LastModificationTime
 The last modification time as an UTC timestamp since Unix epoch.
 
ezUInt64 m_uiFileSize = 0
 The size of the file in bytes.
 
bool m_bIsDirectory = false
 Whether the file object is a file or folder.
 

Detailed Description

Holds the stats for a file.


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