Append three components to a base path using the native separator.
<mrdocs/Support/Path.hpp>std::string
appendPath(
std::string_view basePath,
std::string_view name1,
std::string_view name2,
std::string_view name3);
| Name | Description |
|---|---|
| basePath | Base path. |
| name1 | First component to append. |
| name2 | Second component to append. |
| name3 | Third component to append. |