INI
INI is a simple plain text format used for software configuration. The name is commonly understood to stand for initialization file, and the format was popular on early Windows systems, where configuration data was stored in files with the .ini extension such as system.ini and win.ini. INI files are still used by some applications and increasingly replaced by other formats, but remain in use in many cross-platform projects and tools.
The typical INI structure consists of sections and key-value pairs. Sections are indicated by a name enclosed
Because there is no universal standard for INI, behavior varies by parser. In Windows, the API functions