Contents | < Browse | Browse >

    Eof()

  SYNOPSIS
    bool:=Eof(fh)

  FUNCTION
    Function checks if the EOF has been reached

  INPUTS
    fh - pointer to DOS filehandle structure

  RESULT
    bool - holds TRUE if the file reached EOF, otherwise it's false

  SEE ALSO
     Size()