在我的项目中,我指的是一个文件夹:
string path=Path.Combine(@"E:\Per\kamlendra.sharma\Windows\main\software\my.software\my.software.Server\Resources", string.Format("LocalizationDictionary.{0}.xaml", SelectedNewLanguage.culture));
但我不想硬编码这个地址:
@"E:\Per\kamlendra.sharma\Windows\main\software\my.software\my.software.Server\Resources"
任何人都可以提出更好的方法吗?