|
NAMEcxIsArchiveLocal - Returns whether or not the archive is stored locally.SYNOPSIS#include <comprex.h>char cxIsArchiveLocal(CxArchive *archive); PARAMETERS
DESCRIPTIONReturns whether or not the archive is stored locally.If the archive is located online, or within another archive, this will be 0. Otherwise, this will be 1. RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |