void SetFullPathName(char *buffer)
void GetFullPathName(char *buffer)
Set/Get the full path name of directory for which the node represents.
void SetFileHandler(long (*fp)(char *,char *,char **))
static long DefaultFileHandler(char *serverhost,char *request,char **response)
SetFileHandler() sets the file handler,
by default DefaultFileHandler().
The function is expect to take arguments for a machine
serverhost to handle the string request
and then form and return with a response.
The space for the response must be allocated by the handler and
should be free'd by the calling function after use.
The default DefaultFileHandler() ignores the serverhost
and handles all requests relative to the local machine.