我試圖用DotNetZip處理zip文件,但每當我試圖打開一個文件,我得到以下錯誤: [SEVERE] System.ArgumentException: FileStream will not open Win32 devices such as disk partitions and tape drives. Avoid use of "\\.\" in the path.
at Syste
我想解壓縮包含單個txt文件的zip文件。但是我必須處理錯誤的流,因爲輸出是空字符串。 content = new StreamReader(ms).ReadToEnd(); // content is ""
我使用DotNetZip開源軟件包。有什麼想法在這裏失蹤? Attachment a = (from x in mail.Attachments.OfType<Attachment>()
沒有類似的問題是我正在尋找! 下面的代碼有什麼問題? files是文件內容的文本數組,fileNames是相應的文件名數組。 此代碼在Save方法的倒數第二行總是失敗,但我看不到爲什麼該流將被關閉! result = new MemoryStream();
using (ZipFile zipFile = new ZipFile())
{
for (int i = 0; i < f