Moves file data from an on-line, long term storage medium to a NetWare volume
#include <nwmigrat.h>
or
#include <nwcalls.h>
NWCCODE N_API NWMoveFileFromDM (
NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle,
const nstr8 N_FAR *path,
nuint8 nameSpace);
uses calwin32
Function NWMoveFileFromDM
(conn : NWCONN_HANDLE;
dirHandle : NWDIR_HANDLE;
const path : pnstr8;
nameSpace : nuint8
) : NWCCODE;
(IN) Specifies the NetWare server connection handle.
(IN) Specifies the directory handle associated with the desired name space (optional).
(IN) Points to a valid path that points to a file.
(IN) Specifies the name space of the path (see Section 20.5, Name Space Flag Values).
These are common return values; see Return Values for C for more information.