Category: File IO
Syntax:
fileZipDirPassword:Int(sourceDir:String, zipFile:String, password:String)
Int
Compresses an entire directory into a password-protected ZIP archive.
Takes a source directory path, ZIP file path, and password.
Returns 1 on success, 0 on failure (NULL parameters or ZIP creation error).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn