const char * dirname(const char *filename)
Return a pointer to pathname of the file deleting any trailing '\' character.
Definition basename.cpp:68
const char * basename(const char *filename)
Return a pointer to the filename without any path component.
Definition basename.cpp:31