Block-Structured AMR Software Framework
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
AMReX_FileSystem.H File Reference
#include <AMReX_Config.H>
#include <string>
#include <sys/types.h>

Go to the source code of this file.

Namespaces

namespace  amrex
 
namespace  amrex::FileSystem
 

Functions

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