F
feng
..Net's .config file is supposed to replace the .ini files.
That's all fine if all I need is to read from it. But what
if I need both read and write? With .ini file, I can do
that very easily with standard API. But is there API for
writing the .config files? I know we can treat .config
file as a regular XML file and using XML API to write to
it, but is there API for writing to .config file just like
we read from it?
Thanks.
feng
That's all fine if all I need is to read from it. But what
if I need both read and write? With .ini file, I can do
that very easily with standard API. But is there API for
writing the .config files? I know we can treat .config
file as a regular XML file and using XML API to write to
it, but is there API for writing to .config file just like
we read from it?
Thanks.
feng