FastZipEvents.OnProcessFile Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

FastZipEvents.OnProcessFile Method 

Raises the Process File delegate.

public bool OnProcessFile(
   string file
);

Parameters

file
The file being processed.

Return Value

A boolean indicating if execution should continue or not.

See Also

FastZipEvents Class | ICSharpCode.SharpZipLib.Zip Namespace