EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

INI File

INI files. This library allows you to work with ini files. Variables of the ini type allow you to work with them. For using this library, it is required to specify the file ini.g (from lib\ini subfolder) with include command.

include : $"...\gentee\lib\ini\ini.g"

 

Methods

ini.delkey Deleting a key.
ini.delsection Deleting a section.
ini.getnum Get the numerical value of an entry.
ini.getvalue Get the value of an entry.
ini.keys Get the list of entries in this section.
ini.read Read data from a file.
ini.sections Getting the list of sections.
ini.setnum Write the numerical value of an entry.
ini.setvalue Write the value of an entry.
ini.write Save data into an ini file.

Functions

inigetval Get the value of an entry from an ini file.
inisetval Write the value of an entry into an ini file.