cctools
|
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. More... | |
Create a new directory recursively.
int create_dir | ( | const char * | path, |
int | mode | ||
) |
Create a new directory recursively.
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. |