Exatract the contents of a zip file.
public void ExtractZip(
string zipFileName,
string targetDirectory,
Overwrite overwrite,
ConfirmOverwriteDelegate confirmDelegate,
string fileFilter,
string directoryFilter
);
string zipFileName,
string targetDirectory,
Overwrite overwrite,
ConfirmOverwriteDelegate confirmDelegate,
string fileFilter,
string directoryFilter
);
Parameters
- zipFileName
- The zip file to extract from.
- targetDirectory
- The directory to save extracted information in.
- overwrite
- The style of overwriting to apply.
- confirmDelegate
- A delegate to invoke when confirming overwriting.
- fileFilter
- A filter to apply to files.
- directoryFilter
- A filter to apply to directories.
See Also
FastZip Class | ICSharpCode.SharpZipLib.Zip Namespace | FastZip.ExtractZip Overload List