FileEof function

From Inno Setup Preprocessor

FileEof function

Prototype

int FileEof(int)

Description

The function returns zero if the file pointer does not point to the end of the file, or non-zero otherwise. If this function returns non-zero value, subsequent calls to FileRead will fail. The only parameter should be the file handle returned by FileOpen.