create_dir.h File Reference


Detailed Description

Create a new directory recursively.

Go to the source code of this file.

Functions

int create_dir (const char *path, int mode)
 Create a new directory recursively.


Function Documentation

int create_dir ( const char *  path,
int  mode 
)

Create a new directory recursively.

Parameters:
path The full path of a directory. It is not necessary for all components of the path to exist.
mode The desired unix mode bits of the directory.
Returns:
One on success, zero on failure.


Generated on Fri Feb 17 17:37:43 2012 for cctools by  doxygen 1.4.7