DragonFly On-Line Manual Pages

Search: Section:  


cxMkDir(3)                   The GNUpdate Project                   cxMkDir(3)

NAME

cxMkDir - Creates a directory.

SYNOPSIS

#include <comprex.h> CxDirectory *cxMkDir(CxDirectory *base, const char *path);

PARAMETERS

base The base directory. path The path of directories to create.

DESCRIPTION

Creates a directory. This is equivalent to mkdir -p. That is, it will create each directory in the path if they don't exist.

RETURNS

Nothing. libcomprex 05 Mar 2003 cxMkDir(3)

Search: Section: