INI File for the User Settings Demo Program
This commit is contained in:
parent
d0f945c74e
commit
f16eed5b67
|
@ -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…
Reference in New Issue