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. |