Inno Setup Preprocessor: FileEof

Inno Setup Preprocessor

Inno Setup Preprocessor: FileEof

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.