Home All Groups Group Topic Archive Search About

Is there class to read .ini files?

Author
2 Feb 2006 11:32 PM
nonamehkg@hotmail.com
Is there class to read .ini files in .net?


Thanks

Author
2 Feb 2006 11:43 PM
Gabriel Magaña
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...
Author
3 Feb 2006 1:42 AM
nonamehkg@hotmail.com
Thanks

AddThis Social Bookmark Button