Construct a new INI _file.
The section is created if one named name does not exist.
Release memory without saving changes; contents become empty.
Comparison function for section and key names. Override to change behavior.
foreach section.
Shortcut for section(sectionName).
Open an INI _file.
Reload INI file; any unsaved changes are lost.
_Remove section named sectionName.
Write contents to disk, even if no changes were made. It is common to do if(modified)save();
Write contents to disk with filename
Finds a section; returns null if one named name does not exist.
Property: get whether or not the INI file was modified since it was loaded or saved.
Property: get all sections.
Upon the next save use this file.
An INI file.