1
例如,我如何將文件複製到c:/從我的資源文件中? 我發現similiar問題在:What is the file path, as a string, of a file in the application's resources?但它說:「錯誤2參數2:不能從轉換‘的byte []’到‘字符串’」什麼是資源中某個文件的路徑?
這裏是我當前的代碼,這是失敗的:
System.IO.File.Copy("C:\\", ctest.Properties.Resources.test);
測試是該文件。
哦,謝謝你,我現在看到。我應該給延伸以及... – Foresp 2011-05-14 22:05:01
哦,等待,我如何移動圖片(JPG)和(EXE)文件? – Foresp 2011-05-14 22:06:30
問題不是關於擴展名'File.Copy'需要文件名,而'ctest.Properties.Resources.test'是資源中文件的'byte []'內容。 – 2011-05-14 22:07:28