You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

INI files are a widely used format for storing text data.  They have a specific format which must be adhered to.

The format is:

[section name]

name=value

name2=value

All other text is ignored. Values can contain spaces.

Notes:

The section name must be unique and is required.

Each name in a section must be unique, and must contain a = sign

  • No labels