ToBeUnzippedEventArgs VB.NET Reference Documentation
ToBeUnzippedEventArgs
Current Version: 9.5.0.72
Provides data for the OnToBeUnzipped event.
Properties
CompressedSize
CompressedSize As Int64 (ReadOnly)
The compressed size of the file to be unzipped.
topExclude
Exclude As Boolean
Set to True to exclude this file from being unzipped.
topFileName
FileName As String (ReadOnly)
The name of the file to be unzipped.
topFileSize
FileSize As UInteger (ReadOnly)
The size of the file to be unzipped.
topIsDirectory
IsDirectory As Boolean (ReadOnly)
If True, the file is actually a directory entry.
top