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