FESetCWDnum

Sets the current working directory (CWD) number (the default directory)

Local Servers:nonblocking
Remote Servers:nonblocking
NetWare Server:3.x, 4.x, 5.x, 6.x
Platform:NLM
Service:File Engine

Syntax

   #include <nwfileng.h>  
    
   LONG FESetCWDnum  (  
      LONG   CWDnum); 
   

Parameters

CWDnum

(IN) Specifies the number of the directory that is to become the default directory for the current thread group.

Return Values

This function returns the old CWD number.

Remarks

The FESetCWDnum function sets the directory number that is to be used as the default for parsing pathnames that are not full pathnames.

See Also

FEGetCWDnum, FEGetCWVnum, FESetCWVandCWDnums, FESetCWVnum