DragonFly On-Line Manual Pages

Search: Section:  


cxDirRemoveFile(3)           The GNUpdate Project           cxDirRemoveFile(3)

NAME

cxDirRemoveFile - Removes a file from the directory.

SYNOPSIS

#include <comprex.h> void cxDirRemoveFile(CxDirectory *dir, CxFile *file);

PARAMETERS

dir The directory. file The file to remove.

DESCRIPTION

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

RETURNS

Nothing. libcomprex 05 Mar 2003 cxDirRemoveFile(3)

Search: Section: