Add File to Zip
From UBot Studio
(Difference between revisions)
(Created page with " 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. ...") |
Revision as of 18:38, 24 June 2015
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.