$Files in Zip

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 returns the file names in a zip. '''File:''' The name of the zip file with the file n...")
 
(Example)
 
(One intermediate revision by one user not shown)
Line 13: Line 13:
  
  
Running the script sets the variable #myzippedcontent to a list of all the filenames within the zipped file.
+
Running the script sets the variable #myzipcontents to a list of all the filenames within the zipped file.
  
 
[[File:finz.jpg]]
 
[[File:finz.jpg]]

Latest revision as of 19:02, 24 June 2015

This function is a Compression function in the UBot Extended Library. This function returns the file names in a zip.

File: The name of the zip file with the file names are being retrieved. (C:\Users\Downloads\Stuff.zip)

[edit] Example


set(#myzipcontents,$files in zip("C:\\Users\\Downloads\\Stuff.zip"),"Global")



Running the script sets the variable #myzipcontents to a list of all the filenames within the zipped file.

Finz.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox