Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The dirname() and basename() functions break a pathname string into directory and filename parts. (These functions perform a similar task to the dirname(1) and basename(1) commands.)
#include <libgen.h> char *dirname(char *pathname); char *basename(char *pathname);