IZipArchiveEntry.Size

Syntax

Size: Integer;

Description

The Size property returns the source size of the file, to which the current archive element corresponds.

Comments

Size is returned in bytes. The property is relevant only for files. If the current element corresponds with the folder, the property returns 0.

Example

The example of use is given in description of the IZipArchiveEntry.ArchPath constructor.

See also:

IZipArchiveEntry