|
NAMEcxSetArchiveLocal - Sets whether or not the archive is stored locally.SYNOPSIS#include <comprex.h>void cxSetArchiveLocal(CxArchive *archive, char isLocal); PARAMETERS
DESCRIPTIONSets whether or not the archive is stored locally.If the archive is located online, or within another archive, this should be 0. Otherwise, this should be 1. RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |