Home  /  Autodocs  /  dos.library

NAME

ExamineFH
Gets information on an open file (V36)

SYNOPSIS

success = ExamineFH(fh, fib)
D0 D1 D2

BOOL ExamineFH(BPTR, struct FileInfoBlock *)

FUNCTION

Examines a FileHandle and returns information about the file in the FileInfoBlock. There are no guarantees whether the fib_Size field will reflect any changes made to the file size since it was opened, though file systems should attempt to provide up-to-date information for it.

INPUTS

fh
Filehandle you wish to examine

fib
FileInfoBlock, must be longword aligned.

RESULT

success
Success/failure indication

SEE ALSO

Examine(), ExNext(), ExAll(), Open(), AllocDosObject()