What is INI File


What is INI File

INI file is initialitation file which used for init some value that will enter to the application or software.

This file is content the configuration value which needed for Windows Systems or application.

INI File is file with ASCII text so it simple to read and to write.

INI file structure very simple, that is :

  • Section
  • Key
  • Value

Eg :

[Section]

Key = Value


Explanation :

Section : part or section

Key : name of key

Value : value of key

Download PDF File

No comments: