資源簡介
本實例用到了第三方組件ICSharpCode.SharpZipLib.dll,該組件可到網上下載。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Collections;
using?ICSharpCode.SharpZipLib;
using?ICSharpCode.SharpZipLib.Zip;
using?ICSharpCode.SharpZipLib.Checksums;
using?System.IO;
namespace?BatchDecompression
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????#region?壓縮文件及文件夾
????????///?
????????///?遞歸壓縮文件夾方法
????????///?
????????///?
????????///?壓縮文件輸出流對象
????????///?
????????private?bool?ZipFileDictory(st
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????5639??2009-01-06?10:08??批量解壓縮\BatchDecompression\BatchDecompression.csproj
?????文件????????485??2008-12-24?11:13??批量解壓縮\BatchDecompression\BatchDecompression.csproj.user
?????文件??????15872??2009-02-10?13:33??批量解壓縮\BatchDecompression\bin\Debug\BatchDecompression.exe
?????文件??????42496??2009-02-10?13:33??批量解壓縮\BatchDecompression\bin\Debug\BatchDecompression.pdb
?????文件??????14328??2010-08-18?17:51??批量解壓縮\BatchDecompression\bin\Debug\BatchDecompression.vshost.exe
?????文件????????490??2007-07-21?01:33??批量解壓縮\BatchDecompression\bin\Debug\BatchDecompression.vshost.exe.manifest
?????文件?????????71??2009-02-23?17:09??批量解壓縮\BatchDecompression\bin\Debug\程序使用說明.txt
?????文件??????11909??2009-01-09?10:35??批量解壓縮\BatchDecompression\Form1.cs
?????文件??????10942??2009-01-06?10:08??批量解壓縮\BatchDecompression\Form1.Designer.cs
?????文件???????6626??2009-01-06?10:08??批量解壓縮\BatchDecompression\Form1.resx
?????文件???????3078??2009-02-10?13:35??批量解壓縮\BatchDecompression\obj\Debug\BatchDecompression.csproj.FileListAbsolute.txt
?????文件????????847??2009-01-06?10:08??批量解壓縮\BatchDecompression\obj\Debug\BatchDecompression.csproj.GenerateResource.Cache
?????文件??????15872??2009-02-10?13:33??批量解壓縮\BatchDecompression\obj\Debug\BatchDecompression.exe
?????文件????????180??2010-08-18?17:51??批量解壓縮\BatchDecompression\obj\Debug\BatchDecompression.Form1.resources
?????文件??????42496??2009-02-10?13:33??批量解壓縮\BatchDecompression\obj\Debug\BatchDecompression.pdb
?????文件????????180??2009-01-06?10:08??批量解壓縮\BatchDecompression\obj\Debug\BatchDecompression.Properties.Resources.resources
?????文件???????4037??2009-01-06?10:08??批量解壓縮\BatchDecompression\obj\Debug\ResolveAssemblyReference.cache
?????文件????????499??2008-12-24?10:20??批量解壓縮\BatchDecompression\Program.cs
?????文件???????1391??2008-12-24?10:37??批量解壓縮\BatchDecompression\Properties\AssemblyInfo.cs
?????文件???????2886??2010-08-18?17:51??批量解壓縮\BatchDecompression\Properties\Resources.Designer.cs
?????文件???????5612??2008-12-24?10:20??批量解壓縮\BatchDecompression\Properties\Resources.resx
?????文件???????1103??2008-12-24?10:20??批量解壓縮\BatchDecompression\Properties\Settings.Designer.cs
?????文件????????249??2008-12-24?10:20??批量解壓縮\BatchDecompression\Properties\Settings.settings
?????文件????????944??2008-12-24?10:20??批量解壓縮\BatchDecompression.sln
????..A..H.?????14848??2009-02-10?13:42??批量解壓縮\BatchDecompression.suo
?????目錄??????????0??2009-08-31?11:33??批量解壓縮\BatchDecompression\obj\Debug\Refactor
?????目錄??????????0??2009-08-31?11:33??批量解壓縮\BatchDecompression\obj\Debug\TempPE
?????目錄??????????0??2015-10-13?21:14??批量解壓縮\BatchDecompression\bin\Debug
?????目錄??????????0??2015-10-13?21:14??批量解壓縮\BatchDecompression\obj\Debug
?????目錄??????????0??2015-10-13?21:14??批量解壓縮\BatchDecompression\bin
............此處省略7個文件信息
評論
共有 條評論