IZipArchive.ItemByName

Syntax

ItemByName(Name: String): IZipArchiveEntry;

Parameters

Name. Archive element name.

Description

The ItemByName property returns information about archive element with the specified name.

Comments

To get archive element as a value of the Name parameter, specify the following:

If the element with the specified name is missing in the archive, the method returns Null.

Example

The example of use is given in description of the IZipArchiveEntry.Remove, IZipArchiveEntry.Rename methods.

See also:

IZipArchive