R
Robains
I have a lot of files I use to store application settings that are NOT
part of the registery (and should NOT be). Can't seem to find a .NET
Framework equivalent of GetPrivateProfileString -- I need to be able
to specify my own file location (C:\MyApp\MyApp.INI) and read values
from this file.
There is Microsoft.Win32 but that only seems to have registery
specific methods.
Rob.
part of the registery (and should NOT be). Can't seem to find a .NET
Framework equivalent of GetPrivateProfileString -- I need to be able
to specify my own file location (C:\MyApp\MyApp.INI) and read values
from this file.
There is Microsoft.Win32 but that only seems to have registery
specific methods.
Rob.