Inno Setup Preprocessor: FileClose

Inno Setup Preprocessor

Inno Setup Preprocessor: FileClose

Prototype

void FileClose(int)

Description

The function closes open file and releases all resources allocated by a call to FileOpen. After calling FileClose, the file handle becomes invalid.

This function is obsolete since 1.2. ISPP automatically frees resources allocated in a call to FileOpen.