Block-Structured AMR Software Framework
amrex::FileSystem Namespace Reference

Functions

bool CreateDirectories (std::string const &path, mode_t mode, bool verbose)
 
bool Exists (std::string const &filename)
 
std::string CurrentPath ()
 
bool Remove (std::string const &filename)
 
bool RemoveAll (std::string const &p)
 

Function Documentation

◆ CreateDirectories()

bool amrex::FileSystem::CreateDirectories ( std::string const &  path,
mode_t  mode,
bool  verbose 
)

◆ CurrentPath()

std::string amrex::FileSystem::CurrentPath ( )

◆ Exists()

bool amrex::FileSystem::Exists ( std::string const &  filename)

◆ Remove()

bool amrex::FileSystem::Remove ( std::string const &  filename)

◆ RemoveAll()

bool amrex::FileSystem::RemoveAll ( std::string const &  p)