Table of Contents

TZippyFileInfo Structure

Stores information for a single file inside the zip file.

Syntax

Namespace: FlexCel.Core

public struct TZippyFileInfo

Fields

Name Description
FileName Full name for the file, as explained in TZippyReader.​Get​File​Name. You can use TZippyReader.​Extract​File​Name to get the filename without the path.
CompressionMode How the file was stored in the zip file.
FileDateTime Date and time the file was stored.
UncompressedSize Size of the file uncompressed.
CompressedSize Size of the compressed file.