Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Functions | |
STATUS_ADD_DEFINITIONS (pathStatusDefinitions) | |
static bool | path_is_dir_sep (wchar_t c) |
bool | path_is_subpath (const wchar_t *s1, const wchar_t *s2) |
is s2 a subpath of s1, or vice versa? (equal counts as subpath) More... | |
const wchar_t * | path_name_only (const wchar_t *path) |
Get the path component of a path. More... | |
Variables | |
static const StatusDefinition | pathStatusDefinitions [] |
|
static |
bool path_is_subpath | ( | const wchar_t * | s1, |
const wchar_t * | s2 | ||
) |
is s2 a subpath of s1, or vice versa? (equal counts as subpath)
s1,s2 | comparand strings |
const wchar_t * path_name_only | ( | const wchar_t * | path | ) |
Get the path component of a path.
Skips over all characters up to the last dir separator, if any.
path | Input path. |
STATUS_ADD_DEFINITIONS | ( | pathStatusDefinitions | ) |
|
static |