INI File - definition

An INI file is a plain text file with the extension .INI. These files contain data split into sections, each section starts with a heading surrounded by square brackets e.g. [Users] and then individual lines of data, like this

[Style]
Name=Spin
Type=Simple3D

INI files are useful for storing data, such as, initial values for variables that you can easily access using the GetINIFileData and GetINISectionData functions.

Close