cxSetArchivePath(3) The GNUpdate Project cxSetArchivePath(3)NAMEcxSetArchivePath - Sets the full path to the archive.
SYNOPSIS
#include <comprex.h>
void cxSetArchivePath(CxArchive *archive, const char *path);
PARAMETERS
archive
The archive.
path The path to the archive.
DESCRIPTION
Sets the full path to the archive.
This may include such non-physical elements as FTP sites, archives,
etc. in the path.
RETURNS
Nothing.
libcomprex 05 Mar 2003 cxSetArchivePath(3)