<< Click to Display Table of Contents >> ExtractToFile |
Extracts an entry in the zip archive to a file.
destinationFileName - The zip archive entry to extract a file from.
overwrite - true to overwrite an existing file that has the same name as the destination file; otherwise, false.
ExtractToFile PROCEDURE(STRING destinationFileName, BOOL overwrite = FALSE)