FastZipEvents.OnProcessDirectory Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

FastZipEvents.OnProcessDirectory Method 

Fires the process directory delegate.

public void OnProcessDirectory(
   string directory,
   bool hasMatchingFiles
);

Parameters

directory
The directory being processed.
hasMatchingFiles
Flag indicating if directory has matching files as determined by the current filter.

See Also

FastZipEvents Class | ICSharpCode.SharpZipLib.Zip Namespace