INT 21 - Novell NetWare - GET CURRENT FILE SIZE                                 
	AX = F247h
	CX = length of request buffer in bytes
	DX = length of reply buffer in bytes
	DS:SI -> request buffer (see #02352)
	ES:DI -> reply buffer (see #02353)
Return: AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)
SeeAlso: AH=42h,AH=F2h"Novell",AX=F23Eh,AX=F242h,AX=F24Ah,AX=F24Dh


Format of NetWare "Get Current Size of File" request packet:
Offset	Size	Description	(Table 02352)
 00h	BYTE	reserved for future use
 01h  6 BYTEs	NetWare file handle
SeeAlso: #02353


Format of NetWare "Get Current Size of File" reply packet:
Offset	Size	Description	(Table 02353)
 00h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	current size of file
SeeAlso: #02352