This method has a bunch of overloads! One of them is sure to
be the right one for you... If you don't like these, check
out the ExtractWithPassword() methods.
Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)
Members
Icon | Member | Description |
---|---|---|
Extract()()()() |
Extract the entry to the filesystem, starting at the current
working directory.
| |
Extract(ExtractExistingFileAction) |
Extract the entry to a file in the filesystem, using the specified
behavior when extraction would overwrite an existing file.
| |
Extract(Stream) |
Extracts the entry to the specified stream.
| |
Extract(String) |
Extract the entry to the filesystem, starting at the specified base
directory.
| |
Extract(String, ExtractExistingFileAction) |
Extract the entry to the filesystem, starting at the specified base
directory, and using the specified behavior when extraction would
overwrite an existing file.
|