Mantis App v0.1.13
Loading...
Searching...
No Matches
path_utils.cpp File Reference
Include dependency graph for path_utils.cpp:

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.