mrdocs::files::getFileName
Return the filename part of the path.
Synopsis
Declared in <mrdocs/Support/Path.hpp>
std::string_view
getFileName(std::string_view pathName);
Parameters
| Name | Description |
|---|---|
pathName |
The absolute or relative path to the directory or file. |
Created with MrDocs