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. ...") |
|||
Line 2: | Line 2: | ||
This function is a [[Compression]] function in the UBot Extended Library. This function adds a file to a zip. | 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. | + | '''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. | + | '''File to Add:''' The file being added to the zipped file. (C:\Users\Capture.JPG) |
== Example == | == Example == |
Revision as of 18:51, 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. (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.