roar
|
#include <roar/filesystem/special_paths.hpp>
#include <boost/algorithm/string.hpp>
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>
#include <numeric>
#include <iterator>
Namespaces | |
namespace | Roar |
Functions | |
std::filesystem::path | Roar::resolvePath (std::filesystem::path const &path) |
Will replace prefixes like "~" and "%appdata%" with actual directories on linux and windows. | |