Int 21 Fn F24A - Novell Netware - Copy From One File To Another [N]

AX = F24Ah
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2042)
ES:DI -> reply buffer (see #2043)

Return: AX = status (see #2038)

Note: this function only marks the file for deletion; use AH=E2h/SF=CEh to
actually delete all marked files

See Also: AH=F2h"Novell",AX=F243h,AX=F247h,AH=F3h"NetWare"

Format of NetWare "Copy from One File to Another" request packet:
Offset Size Description (Table 2042)
00h BYTE reserved for future use
01h 6 BYTEs source NetWare file handle
07h 6 BYTEs destination NetWare file handle
0Dh DWORD source file offset
11h DWORD destination file offset
15h DWORD number of bytes to copy

See Also: #2043

Format of NetWare "Copy from One File to Another" reply packet:
Offset Size Description (Table 2043)
00h DWORD number of bytes actually copied

See Also: #2042