Files & processes · ALIAS

zipfile

Alias for zip. ZIP archive helpers.

zipfile is an alias of zip and shares the same API.

Quick start

use zipfile
use zipfile

try zipfile.create "project.zip" ["app.se", "README.md"]
say try zipfile.list "project.zip"

API reference

zipfile.create archive files

Create a ZIP archive. Fallible.

建立 a ZIP archive. 此操作可能失敗。
zipfile.extract archive directory

Extract a ZIP archive. Fallible.

Extract a ZIP archive. 此操作可能失敗。
zipfile.list archive

List ZIP entries. Fallible.

List ZIP entries. 此操作可能失敗。