mrdocs::files::FileType

The type of a file.

Synopsis

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

Created with MrDocs