|
Mana
|
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | utils |
Functions | |
| std::string_view | utils::path (std::string_view fullFilePath) |
| Returns the path without the file name. | |
| std::string | utils::joinPaths (std::string_view path1, std::string_view path2) |
| Join two path elements into one. | |
| std::string | utils::cleanPath (const std::string &path) |
| Removes relative elements from the path. | |