Discuss this help topic in SecureBlackbox Forum

TElArchiveDirectoryEntry.EntriesCount

TElArchiveDirectoryEntry     See also     


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


Specifies number of entries of the archived directory.

Declaration

[C#]
    int EntriesCount;

[VB.NET]
    Property EntriesCount As Integer

[Pascal]
    property EntriesCount: integer;

[C++]
    int32_t get_EntriesCount();

[PHP]
    integer get_EntriesCount()

[Java]
    int getEntriesCount();

Description

    This property contains number of entries in the archived directory. This property is applicable only if IsDirectory is True.

See also:     IsDirectory     FileName    

Discuss this help topic in SecureBlackbox Forum