#include <cstring>
Go to the source code of this file.
static std::wostream& operator<< |
( |
std::wostream & |
s, |
|
|
const Path & |
path |
|
) |
| |
|
inlinestatic |
static std::wistream& operator>> |
( |
std::wistream & |
s, |
|
|
Path & |
path |
|
) |
| |
|
inlinestatic |
LIB_API 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)
- Parameters
-
- Returns
- bool
Definition at line 51 of file path.cpp.
Get the path component of a path.
Skips over all characters up to the last dir separator, if any.
- Parameters
-
- Returns
- pointer to path component within <path>.
Definition at line 85 of file path.cpp.