mrdocs::files::FileType

The type of a file.

Synopsis

Declared in <mrdocs/Support/Path.hpp>

enum class FileType : int;

Members

Name

Description

not_found

The file does not exist

regular

The path represents a regular file

directory

The file is a directory

other

The file is something else

Non-Member Functions

Name

Description

getFileType

Return the file type or an error

Created with MrDocs