FileUnzippedEventArgs C# Reference Documentation

FileUnzippedEventArgs

Current Version: 9.5.0.72

Provides data for the Chilkat.Zip's OnFileUnzipped event.

Properties

Abort
public bool Abort {get; set; }

Set to true to abort the unzip.

top
CompressedSize
public long CompressedSize {get; }

The compressed size of the file just unzipped.

top
FileName
public string FileName {get; }

The name of the file just unzipped.

top
FileSize
public long FileSize {get; }

The uncompressed size of the file just unzipped.

top
IsDirectory
public bool IsDirectory {get; }

true if the zip entry just unzipped is a directory.

top