roar
Loading...
Searching...
No Matches
special_paths.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <filesystem>
4
5namespace Roar
6{
21 std::filesystem::path resolvePath(std::filesystem::path const& path);
22}
Definition authorization.hpp:10
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:73