Avatar of RobAinscough
RobAinscough

asked on 

Is there anything in .NET v1.1 for reading/writing my own INI files?

I use my own application INI files that do NOT reside in the registry.

GetPrivateProfileString("Options"..."MyFile.INI")
WritePrivateProfileString ("Options"..."MyFile.INI")

I'm trying to remained "managed" and was looking at Microsoft.Win32.Registry, but that isn't flexible enough to deal with user defined INI files.  Is there any other managed option?

Thanks, Rob.
Visual Basic.NET

Avatar of undefined
Last Comment
iboutchkine

8/22/2022 - Mon