FastZip.ConfirmOverwriteDelegate Delegate

SharpZip Compression Library

SharpZip Compression Library

FastZip.ConfirmOverwriteDelegate Delegate

Delegate called when confirming overwriting of files.

public delegate bool FastZip.ConfirmOverwriteDelegate(
   string fileName
);

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

ICSharpCode.SharpZipLib.Zip Namespace