Return a normalized directory.
Declared in <mrdocs/Support/Filesystem/Path.hpp>
std::string
normalizeDir(std::string_view pathName);
This function returns a new directory path based on applying the changes defined by normalizePath and makeDirsy.
The normalized path.
| Name | Description |
|---|---|
| pathName | The relative or absolute path. |