<< Click to Display Table of Contents >> ExtractToDirectory |
Extracts all the files in the specified zip archive to a directory on the file system.
sourceArchiveFileName - The path to the archive that is to be extracted.
destinationDirectoryName - The path to the directory in which to place the extracted files, specified as a relative or absolute path. A relative path is interpreted as relative
to the current working directory.
ExtractToDirectory PROCEDURE(STRING sourceArchiveFileName, STRING destinationDirectoryName), BOOL, PROC