ArchiveOperationResult Class
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9448)
Result of an archive operation such as Add(String, String), Extract(String, String) or Delete(String, TraversalMode).
Syntax
public class ArchiveOperationResult
Inherited Members
Properties
| Name | Description |
|---|---|
| FilesAffected | Number of files affected (successfully) by the operation. |
| FilesCompressedLength | Total compressed length of files affected by the operation. |
| FilesUncompressedLength | Total uncompressed length of files affected by the operation. |