Linux Mac OSX Windows

  
[scriptable, uuid(7eb955f6-3e78-4d39-b72f-c1bf12a94bce)]
interface nsIINIParser : nsISupports

Methods

 Enumerates the keys available within a section.
nsIUTF8StringEnumerator getKeys(in AUTF8String aSection)
 Enumerates the [section]s available in the INI file.
nsIUTF8StringEnumerator getSections()
 Get the value of a string for a particular section and key.
AUTF8String getString(in AUTF8String aSection, in AUTF8String aKey)