Discuss this help topic in SecureBlackbox Forum

TElTarArchiveDirectoryEntry.Entries

TElTarArchiveDirectoryEntry     See also     


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


Specifies directory entries.

Declaration

[C#]
    TElTarArchiveDirectoryEntry Entries[int Index ];

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

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

[C++]
    TElTarArchiveDirectoryEntry* get_Parent();

[PHP]
    TElTarArchiveDirectoryEntry get_Parent()

[Java]
    TElTarArchiveDirectoryEntry getParent();

Parameters

  • Index - the index of the desired item in the list starting from 0.

Description

This property contains a list of directory entries, if this Tar entry is a directory.

See also:     ClearEntries     IsDirectory    

Discuss this help topic in SecureBlackbox Forum