Jpp 19.3.0-rc.1
the software that should make you happy
|
#include <string>
#include <vector>
#include <fstream>
#include <dirent.h>
Go to the source code of this file.
Classes | |
struct | JSYSTEM::ls |
Auxiliary data structure to list files in directory. More... | |
Namespaces | |
namespace | JSYSTEM |
Auxiliary classes and methods for operating system calls. | |
namespace | JPP |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
int | JSYSTEM::rename (const std::string &inputFile, const std::string &outputFile) |
Rename file across file systems. | |