In my c# form application (created in VS2010, using .NET 4.0) I use an application setting to store an output path. …
c# app-config user.configIntroductory Example This code Properties.Settings.Default.MyUserSettingBlah = "some new value"; Properties.Settings.Default.Save(); saves the user.config file …
c# roaming-profile user.config