我有一個archive.zip,其中包含兩個加密的「.txt」文件。我想解壓檔案,以檢索這2個文件。 這是我到目前爲止已經完成: FILE *FileIn = fopen("./archive.zip", "rb");
if (FileIn)
printf("file opened\n");
else
printf("unable to open file\n");
f
這可能是一個簡單的問題...我試圖提取或解壓縮exe文件。我嘗試使用winzip手動解壓我的exe文件,並提取了很多.mst, .cam, .exe files in a folder cache-2012.1.2.702-win_x64我想通過使用c#編程來實現。 我從這個鏈接此示例代碼:http://dotnetzip.codeplex.com/wikipage?title=CS-Exampl
當我使用SharpZipLib來解壓zip文件,該文件在windows phone 7上有5000個文件。完成它需要5分多鐘。 這裏是代碼: using (StreamReader httpwebStreamReader = new StreamReader(ea.Result))
{
//open isolated storage to save files