Inno Setup Preprocessor: FileEof

Prototype

int FileEof(int)

Description

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.