FreeBSD Manual Pages
cxSetDirLocal(3) The GNUpdate Project cxSetDirLocal(3) NAME cxSetDirLocal - Sets whether or not the file is stored locally. SYNOPSIS #include <comprex.h> void cxSetDirLocal(CxDirectory *dir, char isLocal); PARAMETERS dir The directory. isLocal 1 if the file is stored locally; 0 otherwise. DESCRIPTION Sets 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. RETURNS Nothing. libcomprex 05 Mar 2003 cxSetDirLocal(3)
NAME | SYNOPSIS | PARAMETERS | DESCRIPTION | RETURNS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cxSetDirLocal&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>