ibec_ini_UpdateFile

ibec_ini_UpdateFile flushes buffered INI file data to disk.

Syntax

 function ibec_ini_UpdateFile(IniFile : variant) : variant;

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.

See also:
ibec_ini_Clear
ibec_ini_Close

<< ibec_ini_EraseSection | IBEBlock | ibec_ini_SetStrings >>