DragonFly On-Line Manual Pages

Search: Section:  


cxSetFileLocal(3)            The GNUpdate Project            cxSetFileLocal(3)

NAME

cxSetFileLocal - Sets whether or not the file is stored locally.

SYNOPSIS

#include <comprex.h> void cxSetFileLocal(CxFile *file, char isLocal);

PARAMETERS

file The file. isLocal 1 if the file is stored locally; 0 otherwise.

DESCRIPTION

Sets 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.

RETURNS

Nothing. libcomprex 05 Mar 2003 cxSetFileLocal(3)

Search: Section: