SyntaxFix
Write A Post
Hire A Developer
Questions
You can get the path programmatically:
using System.Configuration; // Add a reference to System.Configuration.dll ... var path = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoamingAndLocal).FilePath;