Again, user config files C#
Posted
by George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2010-03-25T11:50:08Z
Indexed on
2010/03/25
11:53 UTC
Read the original article
Hit count: 408
c#
|configuration-files
Hey guys.
I have a large config file (user) that i needed to go to the right location and have some default values.
Since i have a installer class, i added some parameter setting to the config file in it, but created the config files in the installers folder.
What is the best way to ensure these default parameters will be written only once, and in the right location?
© Stack Overflow or respective owner