54 char* c = (
char*) file.c_str();
56 G4int fd = ::open(c, O_RDONLY);
72 return ::strerror(errno);
78 return ::system(str.c_str());
85 G4String cmd =
"cp " + srcFile +
" " + dstFile;
93 G4String cmd =
"rm " + option +
" " + file;
100 return ::getenv(env.c_str());
G4String GetEnv(const G4String &env)
G4int CopyFile(const G4String &srcFile, const G4String &dstFile)
G4bool FileExists(const G4String &file)
G4int DeleteFile(const G4String &file, const G4String &option)
G4String StrErrNo() const
G4int Shell(const G4String &str)