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