DirToBeAddedEventArgs C# Reference Documentation

DirToBeAddedEventArgs

Current Version: 9.5.0.72

Provides data for the Chilkat.Zip's OnDirToBeAdded event.

Properties

DirName
public string DirName {get; }

The current path of the directory that is about to be added when zipping.

top
Exclude
public bool Exclude {get; set; }

Set to true to prevent the directory from being added to the zip archive when creating a zip.

top