FESetCWVandCWDnums

Sets the current working volume (CWV) number and the current working directory (CWD) the default volume and 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 FESetCWVandCWDnums  (  
      LONG   CWVnum,   
      LONG   CWDnum); 
   

Parameters

CWVnum

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

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 FESetCWVandCWDnums function sets the volume and directory numbers that are to be used as the defaults for parsing pathnames that are not full volume paths.

See Also

FEGetCWDnum, FEGetCWVnum, FESetCWDnum, FESetCWVnum