將檔案壓縮新增到專案中
- 在 Solution Explorer 中轉到你的專案,右鍵單擊 References 然後新增引用…
- 搜尋壓縮並選擇 *System.IO.Compression.FileSystem,*然後按確定。
- 將
Imports System.IO.Compression
新增到程式碼檔案的頂部(在任何類或模組之前,使用其他Imports
語句)。
Option Explicit On
Option Strict On
Imports System.IO.Compression
Public Class Foo
...
End Class
請注意,此類(ZipArchive)僅適用於 .NET verison 4.5 及更高版本