Skip to content

EntropyEngine::Core::IO::FileHandle::Metadata

EntropyEngine::Core::IO::FileHandle::Metadata

Section titled “EntropyEngine::Core::IO::FileHandle::Metadata”
Name
uintmax_tsize
std::stringpath
std::optional< std::string >owner
std::stringfilename
std::stringextension
boolexists
std::stringdirectory
boolcanWrite
boolcanRead
boolcanExecute
uintmax_t size = 0;
std::string path;
std::optional< std::string > owner;
std::string filename;
std::string extension;
bool exists = false;
std::string directory;
bool canWrite = false;
bool canRead = false;
bool canExecute = false;

Updated on 2026-01-26 at 17:14:35 -0500