FreeBSD Manual Pages
cxDirAddSubDir(3) The GNUpdate Project cxDirAddSubDir(3) NAME cxDirAddSubDir - Adds a subdirectory to a directory. SYNOPSIS #include <comprex.h> void cxDirAddSubDir(CxDirectory *dir, CxDirectory *subdir); PARAMETERS dir The directory. subdir The subdirectory to add. DESCRIPTION Adds a subdirectory to a directory. Note that this won't actually create a subdirectory in that directory. This just modifies the structure itself! The directory will claim the reference on subdir, and will delete the structure when dir is deleted. If you wish to keep subdir intact, you must claim a reference to it us- ing CX_LINK(). RETURNS Nothing. libcomprex 05 Mar 2003 cxDirAddSubDir(3)
NAME | SYNOPSIS | PARAMETERS | DESCRIPTION | RETURNS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cxDirAddSubDir&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>