EntropyEngine::Core::IO::FileHandle::Metadata
EntropyEngine::Core::IO::FileHandle::Metadata
Section titled “EntropyEngine::Core::IO::FileHandle::Metadata”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| uintmax_t | size |
| std::string | path |
| std::optional< std::string > | owner |
| std::string | filename |
| std::string | extension |
| bool | exists |
| std::string | directory |
| bool | canWrite |
| bool | canRead |
| bool | canExecute |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable size
Section titled “variable size”uintmax_t size = 0;variable path
Section titled “variable path”std::string path;variable owner
Section titled “variable owner”std::optional< std::string > owner;variable filename
Section titled “variable filename”std::string filename;variable extension
Section titled “variable extension”std::string extension;variable exists
Section titled “variable exists”bool exists = false;variable directory
Section titled “variable directory”std::string directory;variable canWrite
Section titled “variable canWrite”bool canWrite = false;variable canRead
Section titled “variable canRead”bool canRead = false;variable canExecute
Section titled “variable canExecute”bool canExecute = false;Updated on 2026-01-26 at 17:14:35 -0500