xHarbour Reference Documentation > Function Reference |
Tests for End-of-file with binary files.
HB_F_Eof( <nFileHandle> ) --> lIsEndOfFile
The function returns .T. (true) when the file pointer has reached the End-of-file and no more bytes can be read from <nFileHandle> with FRead(). Otherwise, .F. (false) is returned.
See also: | FRead(), FSeek(), HB_FCreate(), HB_FCommit() |
Category: | File functions , Low level file functions , xHarbour extensions |
Source: | rtl\philes.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com