IZipArchive.Item

Syntax

Item(Index: Integer): IZipArchiveEntry;

Item[Index: Integer]: Prognoz.Platform.Interop.ForeIO.IZipArchiveEntry;

Parameters

Index. Index of element in archive.

Description

The Item property returns information about archive element with the specified index.

Fore and Fore.NET Examples

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

See also:

IZipArchive