Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.Parent

TElZipArchiveDirectoryEntry     See also     


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


Specifies parent directory of the current entry.

Declaration

[C#]
    TElZipArchiveDirectoryEntry Parent;

[VB.NET]
    Property Parent As TElZipArchiveDirectoryEntry

[Pascal]
    property Parent : TElZipArchiveDirectoryEntry;

[C++]
    TElZipArchiveDirectoryEntry* get_Parent();

[PHP]
    TElZipArchiveDirectoryEntry get_Parent()

[Java]
    TElZipArchiveDirectoryEntry getParent();

Description

    Use this read-only property to get the parent directory of the current archive entry.

See also:     Path    

Discuss this help topic in SecureBlackbox Forum