|
NAMEcxMakePhysDirs - 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
DESCRIPTIONMakes 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. RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |