Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FileUtilities.hh>
Public Member Functions | |
G4FileUtilities () | |
~G4FileUtilities () | |
G4bool | FileExists (const std::string file) |
std::string | StrErrNo () const |
G4int | Shell (std::string str) |
G4int | CopyFile (const std::string srcFile, const std::string dstFile) |
G4int | DeleteFile (const std::string file, const std::string option) |
std::string | GetEnv (const std::string env) |
Definition at line 49 of file G4FileUtilities.hh.
G4FileUtilities::G4FileUtilities | ( | ) |
Definition at line 36 of file G4FileUtilities.cc.
G4FileUtilities::~G4FileUtilities | ( | ) |
Definition at line 41 of file G4FileUtilities.cc.
Definition at line 61 of file G4FileUtilities.cc.
Definition at line 68 of file G4FileUtilities.cc.
Definition at line 46 of file G4FileUtilities.cc.
Referenced by G4PersistencyCenter::SetReadFile().
|
inline |
Definition at line 74 of file G4FileUtilities.hh.
|
inline |
Definition at line 65 of file G4FileUtilities.hh.
Referenced by CopyFile(), and DeleteFile().
|
inline |
Definition at line 62 of file G4FileUtilities.hh.