[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

ExamineFH

Gets information on an open file

Declaration

Source position: amigados.pas line 2308

function ExamineFH(

  Fh: BPTR;

  Fib: PFileInfoBlock

):LongBool;

Arguments

Fh

  

Filehandle you wish to examine

Fib

  

FileInfoBlock, must be longword aligned.

Description

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


Documentation generated on: 2017-01-10