DragonFly On-Line Manual Pages

Search: Section:  


cxDirRemoveSubDir(3)         The GNUpdate Project         cxDirRemoveSubDir(3)

NAME

cxDirRemoveSubDir - Removes a subdirectory from the directory.

SYNOPSIS

#include <comprex.h> void cxDirRemoveSubDir(CxDirectory *dir, CxDirectory *subdir);

PARAMETERS

dir The directory. subdir The subdirectory to remove.

DESCRIPTION

Removes a subdirectory from the directory. Note that this won't actually remove the subdirectory from the archive. This just modifies the structure itself!

RETURNS

Nothing. libcomprex 05 Mar 2003 cxDirRemoveSubDir(3)

Search: Section: