Docs » Autodocs » dos.library » ExamineFH
ExamineFH -- Gets information on an open file (V36)
success = ExamineFH(fh, fib) D0 D1 D2 BOOL ExamineFH(BPTR, struct FileInfoBlock *)
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.
fh - Filehandle you wish to examine fib - FileInfoBlock, must be longword aligned.
success - Success/failure indication
Examine(), ExNext(), ExAll(), Open(), AllocDosObject()
|