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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
