[RESOLVED]How to read an INI file
Hello all,
I'm wondering how to read and write data in a standard INI file format. When using C or similar language, i use the windows API (WritePrivateProfileString and ReadPrivateProfileString), but I cannot seem to find anything similar to this in C#, does anyone know how I might do this?
thanks for the help
cheers
Re: How to read an INI file
Re: How to read an INI file
Re: [RESOLVED]How to read an INI file
Old thread... That link is gone and I'm looking for a similiar thing, but I need to Write some keys/values.
I've seen a few examples, but I still can't wrap my head around it.
*NM, I think this is it now
http://www.codeproject.com/KB/cs/cs_ini.aspx