|
NAMEcxSaveArchive - Saves an archive.SYNOPSIS#include <comprex.h>CxStatus cxSaveArchive(CxArchive *archive, const char *filename); PARAMETERS
DESCRIPTIONSaves an archive.This will not close the archive. To close the archive, use cxCloseArchive(). RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |