RADLib
RADical C++ application framework
RADCore::FileSystem::DirectoryEntry Struct Reference

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...
 

Detailed Description

Directory listing entry with basic metadata.

Member Data Documentation

◆ modifiedUnixMs

int64_t RADCore::FileSystem::DirectoryEntry::modifiedUnixMs = 0

Last modified time in Unix milliseconds when known.

◆ name

std::string RADCore::FileSystem::DirectoryEntry::name

Filename component.

◆ path

std::string RADCore::FileSystem::DirectoryEntry::path

Full path.

◆ size

uintmax_t RADCore::FileSystem::DirectoryEntry::size = 0

File size in bytes when known.

◆ type

DirectoryEntryType RADCore::FileSystem::DirectoryEntry::type = DirectoryEntryType::Unknown

Entry type.


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