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