|
plptools
|
Conveniences for working with paths. More...
#include <path.h>
Static Public Member Functions | |
| static std::string | getEPOCBasename (std::string path) |
| Returns the last path component of an EPOC path. More... | |
| static char * | getEPOCDirname (const char *path) |
| Compute parent directory of an EPOC directory. More... | |
| static char * | resolveEPOCPath (const char *path, const char *initialPath) |
Returns a new absolute EPOC path, determined by resolving path relative to initialPath. More... | |
Conveniences for working with paths.
These methods currently have a mishmash of C and C++ as they're a collection of various utilities from around plptools. Hopefully they can be unified in the future.
|
static |
|
static |
|
static |