Click or drag to resize

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

Namespace:  ICSharpCode.SharpZipLib.Zip
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void ExtractZip(
	string zipFileName,
	string targetDirectory,
	FastZip.Overwrite overwrite,
	FastZip.ConfirmOverwriteDelegate confirmDelegate,
	string fileFilter,
	string directoryFilter,
	bool restoreDateTime
)

Parameters

zipFileName
Type: System.String
targetDirectory
Type: System.String
overwrite
Type: ICSharpCode.SharpZipLib.Zip.FastZip.Overwrite
confirmDelegate
Type: ICSharpCode.SharpZipLib.Zip.FastZip.ConfirmOverwriteDelegate
fileFilter
Type: System.String
directoryFilter
Type: System.String
restoreDateTime
Type: System.Boolean
See Also