Ionic Zip Library v1.9.1.6
ExtractSelectedEntries Method (selectionCriteria, directoryInArchive, extractDirectory)
Selects and Extracts a set of Entries from the ZipFile.
Declaration Syntax
Parameters
- selectionCriteria (String)
- the selection criteria for entries to extract.
- directoryInArchive (String)
- the directory in the archive from which to select entries. If null, then all directories in the archive are used.
- extractDirectory (String)
- the directory on the disk into which to extract. It will be created if it does not exist.
Remarks
The entries are extracted into the specified directory. If any of the files to be extracted already exist, an exception will be thrown.
For information on the syntax of the string describing the entry selection criteria, see AddSelectedFiles(String).