1#ifndef HYPERISO_IMARTY_PATH_ADAPTER_H
2#define HYPERISO_IMARTY_PATH_ADAPTER_H
9namespace fs = std::filesystem;
MartyPath
Enumerates MARTY-related filesystem resources.
Core-side port implemented by MartyAdapter.
virtual std::optional< fs::path > get_optional_path(MartyPath path_name)=0
virtual ~IMartyPathAdapter()=default
virtual fs::path get_path(MartyPath path_name)=0