![]() |
![]()
| ![]() |
![]()
NAMEcxMkDir - Creates a directory.SYNOPSIS#include <comprex.h>CxDirectory *cxMkDir(CxDirectory *base, const char *path); PARAMETERS
DESCRIPTIONCreates a directory.This is equivalent to mkdir -p. That is, it will create each directory in the path if they don't exist. RETURNSNothing.
|