File information.
More...
#include <file_system.hpp>
File information.
Definition at line 17 of file file_system.hpp.
◆ is_directory()
bool plugify::FileInfo::is_directory |
( |
| ) |
const |
|
inline |
◆ is_regular_file()
bool plugify::FileInfo::is_regular_file |
( |
| ) |
const |
|
inline |
◆ is_symlink()
bool plugify::FileInfo::is_symlink |
( |
| ) |
const |
|
inline |
◆ last_write_time
std::filesystem::file_time_type plugify::FileInfo::last_write_time |
◆ path
std::filesystem::path plugify::FileInfo::path |
◆ permissions
std::filesystem::perms plugify::FileInfo::permissions |
◆ size
std::uintmax_t plugify::FileInfo::size |
◆ type
std::filesystem::file_type plugify::FileInfo::type |
The documentation for this struct was generated from the following file: