ItemByName(Name: String): IZipArchiveEntry;
ItemByName[Name: String]: Prognoz.Platform.Interop.ForeIO.IZipArchiveEntry;
Name. Archive element name.
The ItemByName property returns information about archive element with the specified name.
To get archive element as a value of the Name parameter, specify the following:
File name if the file is located in the archive root, for example, File.txt.
Archive file path and name if the file is located in a folder, for example, Folder/File.txt.
Folder name or full path to the folder and slash, for example, Folder/ or Folder/SubFolder/.
If the element with the specified name is missing in the archive, the method returns Null.
The example of use is given in description of the IZipArchiveEntry.Remove, IZipArchiveEntry.Rename methods.
See also: