Project DescriptionProject WIFE makes using INI Files easy.
It's developed in vb.net.
Example INI File
[DEFAULT]
account = esr
[python]
directory = /home/esr/cvs/python/
developer = 1
[sng]
directory = /home/esr/WWW/sng/
numeric_id = 1012
developer = 1
[fetchmail]
numeric_id = 18364
[py-howto]
account = eric
directory = /home/esr/cvs/py-howto/
developer = 1
Using ProjectWIFE Example
Dim myINI As New INI( Configuration.INI_Config.DefaultConfig, " < File Path to Ini> ")
Console.WriteLine(myINI("sng")("developer").Value)
' Change developer to 3
myINI("sng")("developer").Value=3
' Save
myINI.Save
Latest Recommend Version:
v0_0_0_3 (Alpha)