Return the filename part of the path.
Declared in <mrdocs/Support/Path.hpp>
std::string_view
getFileName(std::string_view pathName);
The filename part of the path, or the empty string if there is none.
| Name | Description |
|---|---|
| pathName | The absolute or relative path to the directory or file. |