相关疑难解决方法(0)

Properties.Settings.Default.Save(); - >那个文件在哪里

我有使用设置的应用程序.要保存我使用的设置:

Properties.Settings.Default.Save();
Run Code Online (Sandbox Code Playgroud)

为了阅读我使用:

Properties.Settings.Default.MyCustomSetting;
Run Code Online (Sandbox Code Playgroud)

在我的应用程序文件夹中我只有exe文件.没有配置文件.我的应用程序运行良好,可以读写设置.

如果文件不在应用程序文件夹中,该文件位于何处?

.net c# directory settings properties

15
推荐指数
2
解决办法
2万
查看次数

标签 统计

.net ×1

c# ×1

directory ×1

properties ×1

settings ×1