Static Public Member Functions | |
static String | chopExtension (String fname) |
Gets the "base name" part of the file, without the extension. | |
static String | extension (String fname) |
Gets the file extension. |
static String gridripper::util::FileUtil::chopExtension | ( | String | fname | ) | [inline, 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 | ( | String | fname | ) | [inline, 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 |