Is there class to read .ini files?

  • Thread starter Thread starter nonamehkg
  • Start date Start date
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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top