FreeBSD Manual Pages
cxMakePhysDirs(3) The GNUpdate Project cxMakePhysDirs(3) NAME cxMakePhysDirs - Makes a directory and all its parent directories, if missing, on the filesystem. SYNOPSIS #include <comprex.h> void cxMakePhysDirs(const char *path, CxArchive *archive); PARAMETERS path The path to create. archive The archive to use as a base for permissions and modes. DESCRIPTION Makes a directory and all its parent directories, if missing, on the filesystem. If an archive is specified (not NULL), the modes and permissions in the path will reflect those in the archive. RETURNS Nothing. libcomprex 05 Mar 2003 cxMakePhysDirs(3)
NAME | SYNOPSIS | PARAMETERS | DESCRIPTION | RETURNS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cxMakePhysDirs&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>