|
MantisBase v0.3.4
|
#include "../../include/mantisbase/utils/utils.h"
Namespaces | |
| namespace | mb |
| router.h | |
Functions | |
| fs::path | mb::joinPaths (const std::string &path1, const std::string &path2) |
| |
| fs::path | mb::resolvePath (const std::string &input_path) |
| bool | mb::createDirs (const fs::path &path) |
| Create directory, given a path. | |
| std::string | mb::dirFromPath (const std::string &path) |
| Returns a created/existing directory from a path. | |