將檔案壓縮新增到專案中

  1. Solution Explorer 中轉到你的專案,右鍵單擊 References 然後新增引用…
  2. 搜尋壓縮並選擇 *System.IO.Compression.FileSystem,*然後按確定。
  3. 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 及更高版本