$darkmode
path.cpp File Reference
Include dependency graph for path.cpp:

Functions

const char * fable::schema::detail::path_state_cstr (PathState e)
 
template<>
bool fable::schema::detail::exists (const std::filesystem::path &path)
 
template<>
bool fable::schema::detail::is_regular_file (const std::filesystem::path &path)
 
template<>
bool fable::schema::detail::is_directory (const std::filesystem::path &path)
 
template<>
bool fable::schema::detail::is_other (const std::filesystem::path &path)
 
template<>
std::filesystem::path fable::schema::detail::canonical (const std::filesystem::path &path)
 
template<>
std::optional< std::filesystem::path > fable::schema::detail::search_path (const std::filesystem::path &executable)
 

Detailed Description