I want to use an ini file in my application.

In VB6 I would use the API calls

GetPrivateProfileString and WritePrivateProfileString. Does anyone know how to read/write ini files in .NET.

I looked on allapi but there is no .NET equivalent.

Does this mean there isn't one.



Other than the registry has .NET got any new and alternative methods than using ini files.



thanks for your patience.