Cold Help System: Programming: ColdC Reference Manual: Functions: File: feof()


INTEGER feof()

This function returns true (1) if the open file on the current object is at it's end, or false (0) if it is not. If the current object does not have an open file, ~file is thrown.


dblog() | execute() | fchmod() | fclose() | feof() | fflush() | file() | files() | fmkdir() | fopen() | fread() | fremove() | frename() | frmdir() | fseek() | fstat() | fwrite()


the Cold Dark