Return true if pathName ends in a separator.
Declared in <mrdocs/Support/Path.hpp>
bool
isDirsy(std::string_view pathName) noexcept;
true if the path ends in a separator, false otherwise.
| Name | Description |
|---|---|
| pathName | The absolute or relative path to the directory or file. |