[Mono-list] Question about Configuration files

alan battersby alan.battersby at ntlworld.com
Thu Dec 18 07:50:55 EST 2008


I am writing an app that reads configuration data from the applications
execution folder using System.Configuration.AppSettingsReader that all
works ok.  However I want to supplement this with user data stored in a
config file in the users home folder without writing much code to
read/write xml files. (I  use
Environment.GetFolderPath(Environment.SpecialFolder.Personal) to access
this folder).

Ideally on app startup I want to automatically read both the system and
the user data so Is it possible to integrate a user config file within
system configuration  and if so how do I do it? . This is for a non
comercial project.

Thanks
Alan



More information about the Mono-list mailing list