DirToBeAddedEventArgs VB.NET Reference Documentation
DirToBeAddedEventArgs
Current Version: 9.5.0.72
Provides data for the Chilkat.Zip's OnDirToBeAdded event.
Properties
DirName
DirName As String (ReadOnly)
The current path of the directory that is about to be added when zipping.
topExclude
Exclude As Boolean
Set to True to prevent the directory from being added to the zip archive when creating a zip.
top