![]() |
![]()
| ![]() |
![]()
NAMExt_rmkdir() - Recursively create directories LIBRARY#include <xtend/file.h> -lxtend SYNOPSISint xt_rmkdir(const char *path, mode_t mode) ARGUMENTSpath: Absolute or relative pathname of the directory to create mode: Permissions and other bits passed to mkdir(2) DESCRIPTIONxt_rmkdir() recursively creates a directory from within a compiled program in the same way as "mkdir -r" from shell. RETURN VALUES0 on success, -1 on failure SEE ALSOmkdir(1), mkdir(2)
|