![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Static class for common string manipulations. More...
#include <VGearsStringUtil.h>
Static Public Member Functions | |
static void | splitPath (const String &name, String &path) |
Extract a file path. More... | |
static void | splitBase (const String &name, String &basename) |
Extract a file name without extension. More... | |
static void | splitFull (const String &name, String &basename) |
Extract a file name without extension. More... | |
Static class for common string manipulations.
Extract a file name without extension.
Extracts a file name, without the file extension, from a fully qualified file name (i.e: full filepath + filename).
[in] | name | Fully qualified file name. |
[out] | basename | File name, without extension. |
Extract a file path.
Extracts a file path from a fully qualified file name (i.e: full filepath + filename).
[in] | name | Fully qualified file name. |
[out] | path | Path to the file, without the file name. |