xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_FInfo()

Retrieves status information about the currently selected text file.

Syntax

HB_Finfo() --> aInfo

Return

The function returns a one dimensional array with six elements, holding information about the currently selected text file.

File information array
ElementDescription
1Currently selected text file area
2Line count according to HB_FLastRec()
3Current line according to HB_FRecno()
4Position of file pointer
5File size
6End-of-file flag according to HB_FEof()

Info

See also:FOpen(), FSeek(), HB_FSelect(), HB_FUse()
Category: File functions , Text file functions , xHarbour extensions
Source:misc\hb_f.c
LIB:libmisc.lib


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe