| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Retrieves status information about the currently selected text file.
HB_Finfo() --> aInfo
The function returns a one dimensional array with six elements, holding information about the currently selected text file.
File information array
| Element | Description |
|---|---|
| 1 | Currently selected text file area |
| 2 | Line count according to HB_FLastRec() |
| 3 | Current line according to HB_FRecno() |
| 4 | Position of file pointer |
| 5 | File size |
| 6 | End-of-file flag according to HB_FEof() |
| See also: | FOpen(), FSeek(), HB_FSelect(), HB_FUse() |
| Category: | File functions , Text file functions , xHarbour extensions |
| Source: | misc\hb_f.c |
| LIB: | libmisc.lib |
http://www.xHarbour.com