Wildmeshing Toolkit
resolve_path.cpp File Reference
#include "resolve_path.hpp"
#include <filesystem>
#include <wmtk/utils/Logger.hpp>
Include dependency graph for resolve_path.cpp:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::components
 
 wmtk::components::utils
 

Functions

fs::path wmtk::components::utils::resolve_path (const fs::path &root, const fs::path &path)
 
fs::path wmtk::components::utils::resolve_paths (const fs::path &root, const std::initializer_list< fs::path > &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. More...