Show / Hide Table of Contents

Delegate FastZip.ConfirmOverwriteDelegate

Delegate called when confirming overwriting of files.

Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public delegate bool ConfirmOverwriteDelegate(string fileName);
Parameters
Type Name Description
System.String fileName
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors