資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.IO;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?SharpZipDemo
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?btnZip_Click(object?sender?EventArgs?e)
????????{
????????????//壓縮至result.zip文件
????????????var?targetZipFile?=Path.Combine(AppDomain.CurrentDomain.baseDirectory?“result.zip“);
????????????//被壓縮的文件
????????????var?sourceFiles?=?Path.Combine(AppDomain.CurrentDomain.baseDirectory?“files“);
????????????SharpZip.PackFiles(targetZipFilesourceFiles);
????????????MessageBo
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-09-01?12:50??.vs\
?????目錄???????????0??2018-09-01?12:50??.vs\SharpZipDemo\
?????目錄???????????0??2018-09-01?12:50??.vs\SharpZipDemo\v15\
?????文件???????36864??2018-09-01?13:06??.vs\SharpZipDemo\v15\.suo
?????目錄???????????0??2018-09-01?12:50??.vs\SharpZipDemo\v15\Server\
?????目錄???????????0??2018-09-01?12:50??.vs\SharpZipDemo\v15\Server\sqlite3\
?????文件???????????0??2018-09-01?12:50??.vs\SharpZipDemo\v15\Server\sqlite3\db.lock
?????文件????????4096??2018-09-01?12:50??.vs\SharpZipDemo\v15\Server\sqlite3\storage.ide
?????文件???????32768??2018-09-01?12:50??.vs\SharpZipDemo\v15\Server\sqlite3\storage.ide-shm
?????文件?????3493792??2018-09-01?13:04??.vs\SharpZipDemo\v15\Server\sqlite3\storage.ide-wal
?????目錄???????????0??2018-09-01?13:04??SharpZipDemo\
?????文件?????????189??2018-09-01?12:50??SharpZipDemo\App.config
?????文件????????2668??2018-09-01?12:59??SharpZipDemo\Form1.Designer.cs
?????文件????????1337??2018-09-01?13:04??SharpZipDemo\Form1.cs
?????文件????????5817??2018-09-01?12:59??SharpZipDemo\Form1.resx
?????文件?????????524??2018-09-01?12:50??SharpZipDemo\Program.cs
?????目錄???????????0??2018-09-01?12:50??SharpZipDemo\Properties\
?????文件????????1322??2018-09-01?12:50??SharpZipDemo\Properties\AssemblyInfo.cs
?????文件????????2837??2018-09-01?12:50??SharpZipDemo\Properties\Resources.Designer.cs
?????文件????????5612??2018-09-01?12:50??SharpZipDemo\Properties\Resources.resx
?????文件????????1099??2018-09-01?12:50??SharpZipDemo\Properties\Settings.Designer.cs
?????文件?????????249??2018-09-01?12:50??SharpZipDemo\Properties\Settings.settings
?????文件???????13972??2018-09-01?13:03??SharpZipDemo\SharpZip.cs
?????文件????????4203??2018-09-01?12:58??SharpZipDemo\SharpZipDemo.csproj
?????目錄???????????0??2018-09-01?12:58??SharpZipDemo\bin\
?????目錄???????????0??2018-09-01?13:04??SharpZipDemo\bin\Debug\
?????文件??????196096??2018-08-15?17:16??SharpZipDemo\bin\Debug\ICSharpCode.SharpZipLib.dll
?????文件??????522397??2018-08-15?17:16??SharpZipDemo\bin\Debug\ICSharpCode.SharpZipLib.xm
?????文件???????13312??2018-09-01?13:04??SharpZipDemo\bin\Debug\SharpZipDemo.exe
?????文件?????????189??2018-09-01?12:50??SharpZipDemo\bin\Debug\SharpZipDemo.exe.config
?????文件???????30208??2018-09-01?13:04??SharpZipDemo\bin\Debug\SharpZipDemo.pdb
............此處省略37個文件信息
- 上一篇:C#連接本地MySQL數據庫連接圖書管理系統
- 下一篇:C#制作簡易音樂播放器
評論
共有 條評論