Parameters
- zipFileName
- The fully-qualified path and name of the zip file.
- destinationFolder
- The destination folder to where the files will be extracted.
- decryptionPassword
- The password that will be used to decrypt the files.
- replaceExistingFiles
- Boolean value indicating if existing files should be overwritten.
- recursive
- Boolean value indicating if files contained within sub-folders should be extracted from the zip file.
- preservePaths
- Boolean value indicating if the directory structure should be preserved in the destination folder.
- filesToUnzip
- The files to extract from zipFileName. Cannot be a null reference (Nothing in Visual Basic).