Loading...
Searching...
No Matches
filesystem.hpp File Reference
#include <filesystem>

Go to the source code of this file.

Namespaces

namespace  terra
 
namespace  terra::util
 

Functions

bool terra::util::prepare_empty_directory (const std::string &path_str, bool root_only=true)
 Prepares an empty directory with the passed path.
 
void terra::util::prepare_empty_directory_or_abort (const std::string &path_str, bool root_only=true)
 Like prepare_empty_directory() but aborts if empty directory could not be prepared successfully.