|
NAMEcxDirAddFile - Adds a file to the directory.SYNOPSIS#include <comprex.h>void cxDirAddFile(CxDirectory *dir, CxFile *file); PARAMETERS
DESCRIPTIONAdds a file to the directory.Note that this won't actually create a file in that directory. This just modifies the structure itself! The directory will claim the reference on file, and will delete the structure when dir is deleted. If you wish to keep file intact, you must claim a reference to it using CX_LINK(). RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |