I'm new to C# and I'm building one of my first applications that require reading from that has a structure simila to an *.INI file. I could not find any information in the MSDN CD regarding any read/write methods. I know that this is available in VC++ 6 and previous versions since I already have a similar application built in VC++ 6. Is this something that is not supported under C#? Will I have to create my own methods to do this?

Please help.

LA