Determine if a path is a directory.
Synopsis
Declared in <mrdocs/Support/Path.hpp>
bool
isDirectory(std::string_view pathName);
Return Value
true if the path exists and is a directory, false otherwise.
Parameters
| Name |
Description |
| pathName |
The absolute or relative path |