Directory

struct Directory

Public Functions

Directory(std::string const &path)
inline Directory(std::string_view const &path)
~Directory()

Public Static Functions

static bool exists(std::string_view const &path)
static void ensure_exists(std::string_view const &path, bool is_first = true)
template<typename Callback>
static inline void dispatch(std::string_view const &path, Callback callback)