ark::core::ScopedDirectory
Defined in header “ark/core/filesystem.hh”.
Scoped class that creates a new directory and will automatically remove it on destruction.
Methods
-
ScopedDirectory(std::filesystem::path dir)
Constructor that will create a scoped directory with the given path. -
~ScopedDirectory()
-
const std::filesystem::path & path()