Nui
special_paths.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <filesystem>
4 
5 namespace Nui
6 {
30  std::filesystem::path resolvePath(std::filesystem::path const& path);
31 }
Definition: file_dialog.hpp:6
std::filesystem::path resolvePath(std::filesystem::path const &path)
Will replace prefixes like "~" and "%appdata%" with actual directories on linux and windows.
Definition: special_paths.cpp:98