DragonFly On-Line Manual Pages

Search: Section:  


cxIsFileLocal(3)             The GNUpdate Project             cxIsFileLocal(3)

NAME

cxIsFileLocal - Returns whether or not the file is stored locally.

SYNOPSIS

#include <comprex.h> char cxIsFileLocal(CxFile *file);

PARAMETERS

file The file.

DESCRIPTION

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

RETURNS

Nothing. libcomprex 05 Mar 2003 cxIsFileLocal(3)

Search: Section: