DragonFly On-Line Manual Pages

Search: Section:  


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)

Search: Section: