Pascal Scripting: SaveStringsToUTF8File

Inno Setup

Pascal Scripting: SaveStringsToUTF8File

Prototype:

function SaveStringsToUTF8File(const FileName: String; const S: TArrayOfString; const Append: Boolean): Boolean;

Description:

Saves the specified string array to the specified file with UTF8 encoding. If Append is True and the specified file already exists, it will be appended to instead of overwritten. Returns True if successful, False otherwise.

Causes an internal error if called by non Unicode Setup or Uninstall.

See also:

SaveStringsToFile