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. ...") |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | This function is a [[Compression]] | + | 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. | + | '''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 == |
Latest revision as of 23:15, 24 June 2015
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)
[edit] 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.