Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.Path

TElZipArchiveDirectoryEntry     See also     


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


Specifies full path to the current entry.

Declaration

[C#]
    string Path;

[VB.NET]
    Property Path As String

[Pascal]
    property Path : string;

[C++]
    void get_Path(std::string &OutResult);

[PHP]
    string get_Path()

[Java]
    String getPath();

Description

    Use this read-only property to get the path to the current archive entry.

See also:     Parent    

Discuss this help topic in SecureBlackbox Forum