Eof method


Prototype

Eof Proto hHandle:HANDLE

Syntax

Invoke Eof, hHandle

Function

Specifies whether the pointer for a file is pointing to the end of the file.

Parameters

hHandle

Open handle to the file to be checked.

Return value

Eax returns a value specifying whether the file has reached the end or not.


Possible returned values are:

TRUE    The file has reached the end.
FALSE  The file has not reached the end yet.