Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.Entries

TElZipArchiveDirectoryEntry     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains entries of the Zip archive directory.

Declaration

[C#]
    TElZipArchiveDirectoryEntry Entries[int Index];

[VB.NET]
    Property Entries(ByVal Index As Integer) As TElZipArchiveDirectoryEntry

[Pascal]
    property Entries[Index: integer]: TElZipArchiveDirectoryEntry;

[C++]
    TElZipArchiveDirectoryEntry* get_Entries(int32_t Index);

[PHP]
    TElZipArchiveDirectoryEntry get_Entries(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the entry in the list. The first entry has Index=0, the second has Index=1 and so on.

Description

    Use this read-only property to get the entries of the archive directory.

See also:     Parent     IsDirectory    

Discuss this help topic in SecureBlackbox Forum