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' )#"
Installs
21
First Seen
Apr 15, 2026
boxlang-zip — ortus-boxlang/skills