Gentee Programming Language > Documentation > Libraries Download documentation

Working with 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.ge (from Lib subfolder) with include command.

  • Methods
  • Functions

    Methods

    ini.delkeyDeleting an entry
    ini.delsectionDeleting a section
    ini.getnumGetting the value in the form of a number
    ini.getvalueGetting a value
    ini.keysGet entries in a section
    ini.readReading from a file
    ini.sectionsGetting the list of sections
    ini.setnumWriting a value in the form of a number
    ini.setvalueWriting a value
    ini.writeSaving a file

    Functions

    inigetvalGet the value of an entry
    inisetvalWriting the value of an entry


     Copyright © 2004-2006 Gentee Inc. All rights reserved.