所有这一切,我都是在申请时采用书面申请。 exe.config file using
Properties.Settings.Default.SomeSetting = someVal;
Properties.Settings.Default.Save();
我被要求在设施之间保持环境,有两条线路;转向使用登记处,或将编织档案保存到各设施之间持续存在的一个单独的特别激光器(我选择了后来由于环境数量而选择)。
我的议事录用了奇迹,即:
C:UsersAdministratorAppDataLocalMyApp
MyApp.vshost.exe_Url_mzfwtdo5po4pcuabybebhsn5yfltbb3w1.0.0.0
www.un.org/spanish/ecosoc 我的问题是:我如何在C#中摘取这一名录?。
注:我已尝试
string appPath = Application.ExecutablePath;
Configuration config = ConfigurationManager.OpenExeConfiguration(appPath);
string strIPACostConfigFile = config.FilePath;
这给我带来了安装名录中的首选。
感谢你们的时间。