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 |