![]() |
Mantis App v0.1.13
|
#include "../../include/mantis/utils/utils.h"
Namespaces | |
namespace | mantis |
router.h | |
Functions | |
fs::path | mantis::joinPaths (const std::string &path1, const std::string &path2) |
< Use shorthand fs to refer to the std::filesystem | |
fs::path | mantis::resolvePath (const std::string &input_path) |
bool | mantis::createDirs (const fs::path &path) |
Create directory, given a path. | |
std::string | mantis::dirFromPath (const std::string &path) |
Returns a created/existing directory from a path. | |