|
RADLib
RADical C++ application framework
|
Directory listing entry with basic metadata. More...
#include <RADCore.h>
Public Attributes | |
| std::string | path |
| Full path. More... | |
| std::string | name |
| Filename component. More... | |
| DirectoryEntryType | type = DirectoryEntryType::Unknown |
| Entry type. More... | |
| uintmax_t | size = 0 |
| File size in bytes when known. More... | |
| int64_t | modifiedUnixMs = 0 |
| Last modified time in Unix milliseconds when known. More... | |
Directory listing entry with basic metadata.
| int64_t RADCore::FileSystem::DirectoryEntry::modifiedUnixMs = 0 |
Last modified time in Unix milliseconds when known.
| std::string RADCore::FileSystem::DirectoryEntry::name |
Filename component.
| std::string RADCore::FileSystem::DirectoryEntry::path |
Full path.
| uintmax_t RADCore::FileSystem::DirectoryEntry::size = 0 |
File size in bytes when known.
| DirectoryEntryType RADCore::FileSystem::DirectoryEntry::type = DirectoryEntryType::Unknown |
Entry type.