Block-Structured AMR Software Framework
AMReX_FileSystem.cpp File Reference
#include <AMReX_FileSystem.H>
#include <AMReX_Print.H>
#include <AMReX_Vector.H>
#include <AMReX.H>
#include <cstdio>
#include <cstddef>
#include <cstring>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>

Namespaces

 amrex
 
 amrex::FileSystem
 

Functions

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