$Files in Zip
From UBot Studio
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)
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.