INI File for the User Settings Demo Program
This commit is contained in:
parent
d0f945c74e
commit
f16eed5b67
1 changed files with 14 additions and 0 deletions
14
DemoPrograms/Demo_User_Settings_Config_INI_Format.ini
Normal file
14
DemoPrograms/Demo_User_Settings_Config_INI_Format.ini
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[My Section]
|
||||||
|
filename = test1234
|
||||||
|
filename2 = number 2
|
||||||
|
filename3 = number 3
|
||||||
|
|
||||||
|
[Section 2]
|
||||||
|
var = New Value
|
||||||
|
var1 = Default
|
||||||
|
|
||||||
|
[Empty]
|
||||||
|
|
||||||
|
[last section]
|
||||||
|
bool = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue