#include <FileUtil.h>
Static Public Member Functions | |
static string | chopExtension (const string &fname) |
Gets the "base name" part of the file, without the extension. | |
static string | extension (const string &fname) |
Gets the file extension. |
static string gridripper::util::FileUtil::chopExtension | ( | const string & | fname | ) | [static] |
Gets the "base name" part of the file, without the extension.
The extension is the suffix to the name containing a starting dot and ASCII letters and digits.
fname | the file name |
static string gridripper::util::FileUtil::extension | ( | const string & | fname | ) | [static] |
Gets the file extension.
The extension is the suffix to the name containing a starting dot and ASCII letters and digits.
fname | the file name |