|
NAMEcxDirRemoveSubDir - Removes a subdirectory from the directory.SYNOPSIS#include <comprex.h>void cxDirRemoveSubDir(CxDirectory *dir, CxDirectory *subdir); PARAMETERS
DESCRIPTIONRemoves a subdirectory from the directory.Note that this won't actually remove the subdirectory from the archive. This just modifies the structure itself! RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |