long filelength( int handle )



	- prototype in io.h

	- gets file size in bytes for file associated with handle
	- value returned includes ^Z in ASCII files;  value is the same as
	  displayed in the DOS DIR command
	- returns -1L on error