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