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