Inno Setup Preprocessor: FileReset

Prototype

void FileReset(int Handle)

Description

Resets the file pointer to zero, so the subsequent call to FileRead will read the first line of the file. The only parameter should be the file handle returned by FileOpen.