Int 21 Fn F223 - Novell Netware V2+ - Afp Delete File [N]

AX = F223h subfn 03h
CX = length of request packet in bytes
DX = 0000h (no reply packet)
DS:SI -> request packet (see #1994)
ES:DI ignored

Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)

Note: directories may be deleted if they are empty

See Also: AH=F2h"Novell",AX=F223h/SF=02h,AX=F223h/SF=0Dh

Format of NetWare "AFP Delete File" request packet:
Offset Size Description (Table 1994)
00h WORD (big-endian) length of following data
02h BYTE 03h (subfunction "AFP Delete File")
03h BYTE volume number
04h DWORD AFP entry ID
08h BYTE path length
09h N BYTEs AFP-style pathname (relative to AFP entry ID)

See Also: #1992