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
try zipfile.create "project.zip" ["app.se", "README.md"]
say try zipfile.list "project.zip"API reference
zipfile.create archive filesCreate a ZIP archive. Fallible.
建立 a ZIP archive. 此操作可能失敗。
zipfile.extract archive directoryExtract a ZIP archive. Fallible.
Extract a ZIP archive. 此操作可能失敗。
zipfile.list archiveList ZIP entries. Fallible.
List ZIP entries. 此操作可能失敗。