create_dir.h File Reference

Create a new directory recursively. More...

Go to the source code of this file.

Functions

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

Detailed Description

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 Sun Aug 14 20:55:54 2011 for cctools by  doxygen 1.6.3