FileReset function From Inno Setup Preprocessor previous page next page FileReset function Prototype void FileReset(int) Description The function resets the file pointer to zero, so the sugsequent call to FileRead will read the first line of the file. The only parameter should be the file handle returned by FileOpen. previous page start next page