Unzip Folder

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with " This function is a Compression function in the UBot Extended Library. This function unzips a file to a folder. '''File to Unzip:''' The .zip file being unzipped, complet...")
 
(Blanked the page)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
  
This function is a [[Compression]] function in the UBot Extended Library. This function unzips a file to a folder.
 
 
'''File to Unzip:''' The .zip file being unzipped, complete with the folder path.
 
 
'''Folder:''' The name of the resulting unzipped folder. Please be sure to include the entire file path and the .zip extension on the file name.
 
 
== Example ==
 
<pre>
 
 
unzip file("C:\\Users\\Downloads\\Stuff.zip","C:\\Users\\Downloads\\UnzippedStuff")
 
 
</pre>
 
 
 
The specified .zip file is unzipped and placed in the appropriate location.
 
 
 
[[File:unzipf.jpg]]
 

Latest revision as of 19:19, 25 September 2016

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox