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.

top
CompressedSize
CompressedSize As Int64 (ReadOnly)

The compressed size of the file just unzipped.

top
FileName
FileName As String (ReadOnly)

The name of the file just unzipped.

top
FileSize
FileSize As Int64 (ReadOnly)

The uncompressed size of the file just unzipped.

top
IsDirectory
IsDirectory As Boolean (ReadOnly)

True if the zip entry just unzipped is a directory.

top