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.

top
Exclude
Exclude As Boolean

Set to True to exclude this file from being unzipped.

top
FileName
FileName As String (ReadOnly)

The name of the file to be unzipped.

top
FileSize
FileSize As UInteger (ReadOnly)

The size of the file to be unzipped.

top
IsDirectory
IsDirectory As Boolean (ReadOnly)

If True, the file is actually a directory entry.

top