IZipArchive.Count

Syntax

Count: Integer;

Description

The Count property returns the number of archive elements.

Comments

The property returns the number of files and folders added to archive.

Example

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

See also:

IZipArchive