Category: File IO
Syntax:
fileZipFile:Int(sourcePath:String, zipFile:String)
Int
Compresses a single file into a ZIP archive.
Takes a source file path and ZIP file path.
Returns 1 on success, 0 on failure (NULL parameters, file read error, or ZIP creation error).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn