Andrew,
Someone out there might have done this already, but it shouldn't be too
hard to declare the GetProfileString and associated api functions in C#. If
you need help doing this, let me know.
Hope this helps.
--
- Nicholas Paldino [.NET MVP]
Quote:
> I have to work with a legacy application that uses ini
> files [ name value pairs etc ]. The WIN 32 API had a
> function to extract those values. Of course it would be
> possible to build my own.
> Does anyone have something already built or is it some
> place in the framework ?
> Thanks Andrew