NWAFPRename
Renames an AFP file
#include <nwafp.h>
or
#include <nwcalls.h>
NWCCODE NWAPI NWAFPRename (
NWCONN_HANDLE conn,
nuint16 volNum,
nuint32 AFPSourceEntryID,
nuint32 AFPDestEntryID,
const nstr8 N_FAR *AFPSrcPath,
const nstr8 N_FAR *AFPDstPath);
uses calwin32
Function NWAFPRename
(conn : NWCONN_HANDLE;
volNum : nuint16;
AFPSourceEntryID : nuint32;
AFPDestEntryID : nuint32;
const AFPSrcPath : pnstr8;
const AFPDstPath : pnstr8
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
NWNSRename (Multiple and Inter-File Services), NWAFPGetEntryIDFromName