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 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.