Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
xt_rmkdir(3)		    Library Functions Manual		    xt_rmkdir(3)

NAME
     xt_rmkdir() - Recursively create directories

LIBRARY
     #include <xtend/file.h>
     -lxtend

SYNOPSIS
     int     xt_rmkdir(const char *path, mode_t mode)

ARGUMENTS
     path:   Absolute or relative pathname of the directory to create
     mode:   Permissions and other bits passed to mkdir(2)

DESCRIPTION
     xt_rmkdir()  recursively creates a directory from within a compiled program
     in the same way as "mkdir -r" from shell.

RETURN VALUES
     0 on success, -1 on failure

SEE ALSO
     mkdir(1), mkdir(2)

								    xt_rmkdir(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xt_rmkdir&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help