logo
  • 教程列表
  • SO官方文檔
  • 資料夾壓縮
    • 從目錄建立 zip 存檔
    • 將 zip 存檔解壓縮到目錄
    • 動態建立 zip 存檔
    • 將檔案壓縮新增到專案中
  1. StackOverflow 文件
  2. Visual Basic .NET Language 教程
  3. 資料夾壓縮
  4. 從目錄建立 zip 存檔

從目錄建立 zip 存檔

Created: November-22, 2018

System.IO.Compression.ZipFile.CreateFromDirectory("myfolder", "archive.zip")

建立包含 myfolder 中檔案的 archive.zip 檔案。在示例中,路徑是相對於程式工作目錄的。你可以指定絕對路徑。

  • 將 zip 存檔解壓縮到目錄
  • 資料夾壓縮

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明