FastZipExtractZip Method (String, String, FastZipOverwrite, FastZipConfirmOverwriteDelegate, String, String, Boolean) |
Namespace:
ICSharpCode.SharpZipLib.Zip
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public void ExtractZip(
string zipFileName,
string targetDirectory,
FastZipOverwrite overwrite,
FastZipConfirmOverwriteDelegate confirmDelegate,
string fileFilter,
string directoryFilter,
bool restoreDateTime
)
Parameters
- zipFileName
- Type: SystemString
- targetDirectory
- Type: SystemString
- overwrite
- Type: ICSharpCode.SharpZipLib.ZipFastZipOverwrite
- confirmDelegate
- Type: ICSharpCode.SharpZipLib.ZipFastZipConfirmOverwriteDelegate
- fileFilter
- Type: SystemString
- directoryFilter
- Type: SystemString
- restoreDateTime
- Type: SystemBoolean
See Also