ZipItem.Extract Method
Name | Parameters | Description |
---|---|---|
Extract() | none | Extracts an item from the archive to the current directory. |
Extract |
stream | Extracts an item from the archive to the specified stream. |
Extract |
directory, allow |
Extracts the current archive item as a file into the specified directory and enables you to define the behavior in case of a file name conflict. |
Extract |
directory | Extracts archive item as a file to the specified directory. |