mrdocs::files::FileType
The type of a file.
Synopsis
Declared in <mrdocs/Support/Path.hpp>
enum class FileType : int;
Members
Name |
Description |
|
The file does not exist |
|
The path represents a regular file |
|
The file is a directory |
|
The file is something else |
Non-Member Functions
Name |
Description |
Return the file type or an error |
Created with MrDocs