|
NAMEcxApplyFsNodeInfo - Applies the information from an FsNode to a physical file or directory.SYNOPSIS#include <comprex.h>void cxApplyFsNodeInfo(CxFsNode *node, const char *path); PARAMETERS
DESCRIPTIONApplies the information from an FsNode to a physical file or directory.This applies the mode, UID, GID, and timestamp, if available. RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |