|

Recurse


(boolean) Whether to recurse subfolders when wildcards are used:



VALUE DESCRIPTION


true


Recurse subfolders when wildcards are used.


false Don't recurse subfolders, even if a wildcard is used. (Default)


image

Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Zip.Extract

OverviewExamples

Zip.Extract ( string ZipFile,


table Files,


string Destination,


boolean Recurse = true,


boolean UseInternalFolders = true,


string Password = "",


number Overwrite = 0,


function CallbackFunction = nil )


De s cr ip t ion


Extracts files from a Zip archive.


P arame t er s


ZipFile


(string) The full path and file name of the Zip archive file.


|