Groups | Blog | Home
all groups > dotnet framework > february 2006 >

dotnet framework : Is there class to read .ini files?


nonamehkg NO[at]SPAM hotmail.com
2/2/2006 3:32:17 PM
Is there class to read .ini files in .net?


Thanks
Gabriel Magaña
2/2/2006 3:43:57 PM
This one does "the right thing" and calls the Windows API INI file functions
to handle INI files: http://www.codeproject.com/csharp/cs_ini.asp

I ended up writing my own routines because the Windows API opens and closes
the INI file for each setting you access, and with a lot of settings things
get really slow...

nonamehkg NO[at]SPAM hotmail.com
2/2/2006 5:42:30 PM
Thanks
AddThis Social Bookmark Button