FileUnzippedEventArgs VB.NET Reference Documentation
FileUnzippedEventArgs
Current Version: 9.5.0.72
Provides data for the Chilkat.Zip's OnFileUnzipped event.
Properties
Abort
Abort As Boolean
Set to True to abort the unzip.
topCompressedSize
CompressedSize As Int64 (ReadOnly)
The compressed size of the file just unzipped.
topFileName
FileName As String (ReadOnly)
The name of the file just unzipped.
topFileSize
FileSize As Int64 (ReadOnly)
The uncompressed size of the file just unzipped.
topIsDirectory
IsDirectory As Boolean (ReadOnly)
True if the zip entry just unzipped is a directory.
top