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.
topCompressedSize
public long CompressedSize {get; }
The compressed size of the file just unzipped.
topFileName
public string FileName {get; }
The name of the file just unzipped.
topFileSize
public long FileSize {get; }
The uncompressed size of the file just unzipped.
topIsDirectory
public bool IsDirectory {get; }
true if the zip entry just unzipped is a directory.
top