Add File to Zip
From UBot Studio
This function is a Compression command in the UBot Extended Library. This function adds a file to a zip.
Zip File: The .zip file where the file will be inserted. (C:\Users\Stuff.zip)
File to Add: The file being added to the zipped file. (C:\Users\Capture.JPG)
Example
add file to zip("C:\\Users\\Stuff.zip","C:\\Users\\Capture.JPG")
The specified file is added to the the zipped file. The file compressed and added to the zip file with the compression size shown in Windows Explorer.