Wildmeshing Toolkit
|
#include <filesystem>
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::components | |
wmtk::components::utils | |
Functions | |
std::filesystem::path | wmtk::components::utils::resolve_path (const std::filesystem::path &root, const std::filesystem::path &path) |
Wraps the path concatenation root / path . More... | |
std::filesystem::path | wmtk::components::utils::resolve_paths (const std::filesystem::path &root, const std::initializer_list< std::filesystem::path > &paths) |
Call resolve_path() to concatenate several paths. More... | |
std::filesystem::path | wmtk::components::utils::resolve_path_if_not_empty (const std::filesystem::path &root, const std::filesystem::path &path) |
Wraps resolve_path() but returns path directly if it is empty. More... | |