boxlang-zip

Installation
SKILL.md

BoxLang ZIP Archives

Overview

BoxLang provides the bx:zip component for creating, extracting, listing, and modifying ZIP archives. Supports compression levels, entry filtering, encryption, and reading individual entries without full extraction.

Creating Archives

// Create from directory
bx:zip action="zip"
    file="#expandPath( '/temp/archive.zip' )#"
    source="#expandPath( '/files/documents' )#"

// Overwrite existing
bx:zip action="zip"
    file="#expandPath( '/temp/archive.zip' )#"
Related skills

More from ortus-boxlang/skills

Installs
5
First Seen
Apr 15, 2026