Built-in support for reading ini files?

  • Thread starter Thread starter Bit Twiddler
  • Start date Start date
B

Bit Twiddler

Does the BCL have built-in support for reading/writing standard ini files?

Thanks!
BT
 
BT,

No, it does not, but accessing INI files through the P/Invoke library
would be very simple. As a matter of fact, I am sure that there are already
libraries that do this which you can download (do a search on Goggle).

Hope this helps.
 

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