Add File to Zip
From UBot Studio
This function is a Compression function in the UBot Extended Library. This function adds a file to a zip.
Zip File: The .zip file where the file will be inserted.
File to Add: The file being added to the zipped file.
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.