0
我想引用我的項目資源文件夾作爲路徑。 如果我使用越來越獲取項目資源文件夾路徑
string filePath = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location).ToString();
結果作爲
"C:\\MYDEV\\MyProject\\bin\\Debug"
我怎樣才能得到 「C:\\MYDEV\\MyProject\\Resources
」?
會嵌入的資源是你正在找? https://support.microsoft.com/en-gb/kb/319292 – LeBaptiste