mrdocs::files::getFileType

Return the file type or an error

Synopsis

Declared in <mrdocs/Support/Path.hpp>

Expected<FileType>
getFileType(std::string_view pathName);

Return Value

the file type or an error

Parameters

Name

Description

pathName

The absolute or relative path to the file.

Created with MrDocs