NWMoveFileToDM

Moves a file to on-line long-term data storage media while leaving the file visible on the 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 NWMoveFileToDM (  
      char   *path,  
      LONG    NameSpace,  
      LONG    SupportModuleID); 
   

Parameters

path

(IN) Points to the path of the file.

NameSpace

(IN) Specifies the name space of the path.

SupportModuleID

(IN) Specifies the assigned ID number of the support module that is to migrate the data to long-term storage.

Return Values

0

Successful.

Remarks

This function moves a file’s data to long-term storage while leaving the file visible on the NetWare volume. In this way, large, seldom-used files can be moved from the NetWare volume and put into long-term storage while not in use, yet the user can still see them on the NetWare volume.

For cross-platform functionality, call NWMoveFileToDM.

See Also

NWMoveFileFromDM