mrdocs::files::requireDirectory
Return an error if the path is not a directory.
Synopsis
Declared in <mrdocs/Support/Path.hpp>
Expected<void>
requireDirectory(std::string_view pathName);
Parameters
| Name | Description |
|---|---|
pathName |
The absolute or relative path |
Created with MrDocs