Code: Select all
std::filesystem::path rel = "foo/./bar/child/..";
auto abs = std::filesystem::absolute(rel);
auf Linux, ich gehe: /home/user/foo//bar/child/..
Code: Select all
std::filesystem::path rel = "foo/./bar/child/..";
auto abs = std::filesystem::absolute(rel);