fileZipFilePassword

Category: File IO

Syntax:

fileZipFilePassword:Int(sourcePath:String, zipFile:String, password:String)


Parameters

Returns

Int



Summary

Compresses a single file into a password-protected ZIP archive.

Takes a source file path, ZIP file path, and password.

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

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn