public class zipinfo
/// /// 壓縮檔案
///
///
///
private void filetozip(string path, string address)
/// /// 解壓到乙個目錄
///
///
///
///
public bool ziptofile(string path, string addres)
}s.close();
}catch (exception)
return true;
}/// /// #壓縮目錄
///
/// 要壓縮的目錄
/// 輸出的壓縮檔案
private void directorytozip(string path, string address)
zos.finish();
zos.close();
}}
SharpZipLib壓縮解壓
using system using system.collections.generic using system.linq using system.text using system.io using icsharpcode.sharpziplib.zip namespace test zip...
C 壓縮檔案(SharpZipLib)
使用國外開源加壓解壓庫icsharpcode.sharpziplib實現加壓,該庫的官方 為 使用體驗 可以照著例子實現簡單的加壓解壓,可以加壓乙個資料夾中的所有檔案,但沒有提供加壓子資料夾的說明。目前網上的一些 有的無法加壓空資料夾,有的加壓了用rar解不開,這是一點需要改進的。但如果只需要加壓資...
SharpZipLib 的使用 壓縮,解壓
sharpziplib 是乙個免費的zip操作類庫,可以利用它對 zip 等多種格式進行壓縮與解壓。前的版本為0.86。1 建立zip 檔案,並新增檔案 using zipfile zip zipfile.create e test.zip 2 將資料夾壓縮為檔案 new fastzip creat...