36std::filesystem::path resolve_path(
37 const std::filesystem::path& root,
38 const std::filesystem::path& path);
45std::filesystem::path resolve_paths(
46 const std::filesystem::path& root,
47 const std::initializer_list<std::filesystem::path>& paths);
52std::filesystem::path resolve_path_if_not_empty(
53 const std::filesystem::path& root,
54 const std::filesystem::path& path);