How to specify where C # / Visual Studio saves application data

I have a simple Visual Studio (VS) application with which I have a settings file. I created the settings file using VS and clicking on the setting and adding a few variables.

I plan for people to change this settings file according to their needs and would like to tell them the directory in which it is located. Currently, I have to go to my directory AppDataand search Appname.exe.configand find it in a folder like this:

C:\Users\USERNAME\AppData\Local\Apps\2.0\REDNZL3H.0XK\RJKNMQ3B.60H\Simp..tion_e2fd61b4844bc401_0001.0000_d3b6c2e2b08ad12c

This makes no sense.

How to configure VS to save the appname.exe.config file in a decent directory / with something that I define?

Maybe something like:

C:\Users\Username\AppData\Local\Apps\MySimpleApp\Appname.exe.config 

Update:

, , . Visual Studio, zip- , (, ) . , .

+3
1

, AppData. Application.

0

All Articles