meta data for this page
  •  

ibec_ini_UpdateFile

ibec_ini_UpdateFile flushes buffered INI file data to disk.

Description

Call ibec_ini_UpdateFile to copy INI file data stored in the memory to the copy of the INI file on disk. ibec_ini_UpdateFile overwrites all data contained in the disk copy of the INI file with the INI file data stored in the memory. If the file does not already exist, it is created. If the new file already exists, it is overwritten.

Syntax

  function ibec_ini_UpdateFile(IniFile : variant) : variant;