|
Wildmeshing Toolkit
|
#include <filesystem>Go to the source code of this file.
Namespaces | |
| namespace | wmtk |
| namespace | wmtk::components |
| namespace | 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. | |
| 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. | |
| 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. | |