IZipArchive.Count

Syntax

Count: Integer;

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.

Fore and Fore.NET Examples

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

See also:

IZipArchive