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