My C# project uses the default config thing (Properties > Settings.settings
), which stores a config file in %userprofile%\AppData\Local\MyApp\MyApp.exe_Url_hashorsomething
. How can I do the same without that last directory, or so that last directory does not depend on the exe name and hash (or whatever that part is).
Also, how would I make it store it in Roaming instead of Local?