Determine if a path is a directory.
Declared in <mrdocs/Support/Path.hpp>
<mrdocs/Support/Path.hpp>
bool isDirectory(std::string_view pathName);
true if the path exists and is a directory, false otherwise.