mrdocs::files::isDirectory
Determine if a path is a directory.
Synopsis
Declared in <mrdocs/Support/Path.hpp>
bool
isDirectory(std::string_view pathName);
Parameters
| Name | Description |
|---|---|
pathName |
The absolute or relative path |
Created with MrDocs