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

FreeBSD Manual Pages

  
 
  

home | help
cxMkDir(3)		     The GNUpdate Project		    cxMkDir(3)

NAME
       cxMkDir - Creates a directory.

SYNOPSIS
       #include	<comprex.h>

       CxDirectory *cxMkDir(CxDirectory	*base, const char *path);

PARAMETERS
       base   The base directory.

       path   The path of directories to create.

DESCRIPTION
       Creates a directory.

       This  is	equivalent to mkdir -p.	That is, it will create	each directory
       in the path if they don't exist.

RETURNS
       Nothing.

libcomprex			  05 Mar 2003			    cxMkDir(3)

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

home | help