27 std::string_view
path(std::string_view fullFilePath);
28 std::string
joinPaths(std::string_view path1, std::string_view path2);
std::string cleanPath(const std::string &path)
Removes relative elements from the path.
std::string_view path(std::string_view fullFilePath)
Returns the path without the file name.
std::string joinPaths(std::string_view path1, std::string_view path2)
Join two path elements into one.