Class for working with ini file.
IniFileAccess
Applies all changes made to the ini file. This way you can change internal MediaMonkey variables and thus change its behaviour on-the-fly without a need to restart MediaMonkey.
Deletes the given key in a given section.
A section where to find the key to delete.
A key to delete.
Deletes an entire section in ini file.
Section to be deleted.
Saves all changes made to the ini file to disk.
Reads boolean value from ini file.
Section to be accessed.
Identifier in the given section.
Reads integer value from ini file.
Reads string value from ini file.
Writes boolean value to ini file.
Value to be written.
Writes integer value to ini file.
Writes string value to ini file.
Checks existence of the key in the ini file.
Class for working with ini file.
IniFileAccess