#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
genie::utils::system | |
System utilities. | |
genie | |
THE MAIN GENIE PROJECT NAMESPACE | |
genie::utils | |
Root of GENIE utility namespaces. | |
Functions | |
vector< string > | genie::utils::system::GetAllFilesInPath (string path, string extension="") |
int | genie::utils::system::GenieMajorVrsNum (string tag) |
int | genie::utils::system::GenieMinorVrsNum (string tag) |
int | genie::utils::system::GenieRevisVrsNum (string tag) |
bool | genie::utils::system::FileExists (string filename) |
bool | genie::utils::system::DirectoryExists (const char *path) |
string | genie::utils::system::LocalTimeAsString (string format) |