fileZipDir

Category: File IO

Syntax:

fileZipDir:Int(sourceDir:String, zipFile:String)


Parameters

Returns

Int



Summary

Compresses an entire directory into a ZIP archive.

Takes a source directory path and ZIP file path.

Returns 1 on success, 0 on failure (NULL parameters or ZIP creation error).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn