Nui
Namespaces | Functions
special_paths.cpp File Reference
#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>
Include dependency graph for special_paths.cpp:

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...