43 int status=mkdir(nom1.
getChar(),0777);
48 Cerr<<
"Error on the creation of directory "<<nom1<<
" "<<strerror(errno)<<finl;
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for "interpreter" objects.
Keyword to create a directory, typically from a data file.
Entree & interpreter(Entree &) override
make directories: create the directory named is
class Nom: a character string for naming TRUST objects.
const char * getChar() const
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
static int je_suis_maitre()
Returns 1 if on the master processor of the current group (i.e. me() == 0), 0 otherwise.
Base class for output streams.