| Gentee Programming Language > Documentation > Libraries | Download documentation |
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.ge (from Lib subfolder) with include command.
| ini.delkey | Deleting an entry |
| ini.delsection | Deleting a section |
| ini.getnum | Getting the value in the form of a number |
| ini.getvalue | Getting a value |
| ini.keys | Get entries in a section |
| ini.read | Reading from a file |
| ini.sections | Getting the list of sections |
| ini.setnum | Writing a value in the form of a number |
| ini.setvalue | Writing a value |
| ini.write | Saving a file |
| inigetval | Get the value of an entry |
| inisetval | Writing the value of an entry |
Copyright © 2004-2006 Gentee Inc. All rights reserved. |