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