mrdocs::files::getFileType
Return the file type or an error
Synopsis
Declared in <mrdocs/Support/Path.hpp>
Expected<FileType>
getFileType(std::string_view pathName);
Parameters
Name |
Description |
pathName |
The absolute or relative path to the file. |
Created with MrDocs