NWMoveFileFromDM

Moves a file from on-line long-term storage media to a NetWare volume

Local Servers:blocking
Remote Servers:blocking
Classification:4.x, 5.x, 6.x
Service:Server-Based Data Migration

Syntax

   #include <\nlm\nit\nwdatamg.h>  
    
   LONG NWMoveFileFromDM (  
      char   *path,  
      LONG    NameSpace); 
   

Parameters

path

(IN) Points to the path of the file.

NameSpace

(IN) Specifies the name space of the path.

Return Values

0

Successful.

Remarks

For cross-platform functionality, call NWMoveFileFromDM.

See Also

NWMoveFileToDM