DragonFly On-Line Manual Pages

Search: Section:  


cxSplitPath(3)               The GNUpdate Project               cxSplitPath(3)

NAME

cxSplitPath - 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

path The path to split. dir The returned directory part. basename The returned filename part.

DESCRIPTION

Splits the specified path into a directory part and a filename part.

RETURNS

Nothing. libcomprex 05 Mar 2003 cxSplitPath(3)

Search: Section: