|
NAMEcxSplitPath - Splits the specified path into a directory part and a filename part.SYNOPSIS#include <comprex.h>void cxSplitPath(const char *path, char **dir, char **basename); PARAMETERS
DESCRIPTIONSplits the specified path into a directory part and a filename part.RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |