EntropyEngine::Core::IO::FileMetadata
EntropyEngine::Core::IO::FileMetadata
Section titled “EntropyEngine::Core::IO::FileMetadata”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| bool | writable |
| uintmax_t | size |
| bool | readable |
| std::string | path |
| std::optional< std::string > | mimeType |
| std::optional< std::chrono::system_clock::time_point > | lastModified |
| bool | isSymlink |
| bool | isRegularFile |
| bool | isDirectory |
| bool | exists |
| bool | executable |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable writable
Section titled “variable writable”bool writable = false;variable size
Section titled “variable size”uintmax_t size = 0;variable readable
Section titled “variable readable”bool readable = false;variable path
Section titled “variable path”std::string path;variable mimeType
Section titled “variable mimeType”std::optional< std::string > mimeType;variable lastModified
Section titled “variable lastModified”std::optional< std::chrono::system_clock::time_point > lastModified;variable isSymlink
Section titled “variable isSymlink”bool isSymlink = false;variable isRegularFile
Section titled “variable isRegularFile”bool isRegularFile = false;variable isDirectory
Section titled “variable isDirectory”bool isDirectory = false;variable exists
Section titled “variable exists”bool exists = false;variable executable
Section titled “variable executable”bool executable = false;Updated on 2026-01-26 at 17:14:35 -0500