Inno Setup Preprocessor: FileOpen
Prototype
int FileOpen(str)
Description
This function opens a text file for reading and returns the file handle (or zero on failure) to be used in subsequent calls to File* functions.
int FileOpen(str)
This function opens a text file for reading and returns the file handle (or zero on failure) to be used in subsequent calls to File* functions.