FastZip.ExtractZip Method (String, String, Overwrite, ConfirmOverwriteDelegate, String, String, Boolean)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

FastZip.ExtractZip Method (String, String, Overwrite, ConfirmOverwriteDelegate, String, String, Boolean)

Extract the contents of a zip file.

public void ExtractZip(
   string zipFileName,
   string targetDirectory,
   Overwrite overwrite,
   ConfirmOverwriteDelegate confirmDelegate,
   string fileFilter,
   string directoryFilter,
   bool restoreDateTime
);

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.
restoreDateTime
Flag indicating wether to restore the date and time for extracted files.

See Also

FastZip Class | ICSharpCode.SharpZipLib.Zip Namespace | FastZip.ExtractZip Overload List