Path utility functions declaration. More...
#include <string>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
utils | |
Functions | |
template<class... Paths> | |
std::string | utils::createFilePath (const Paths &...paths) |
std::string | utils::dirName (std::string path) |
std::string | utils::getAbsolutePath (const std::string &path, const std::string &base) |
Path utility functions declaration.