Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.ExtractionPath

TElZipArchiveDirectoryEntry     See also     


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


Specifies extraction path.

Declaration

[C#]
    string ExtractionPath;

[VB.NET]
    Property ExtractionPath As String

[Pascal]
    property ExtractionPath : string;

[C++]
    void get_ExtractionPath(std::string &OutResult);
    void set_ExtractionPath(const std::string &Value);

[PHP]
    string get_ExtractionPath()
    void set_ExtractionPath(string $Value)

[Java]
    String getExtractionPath();
    void setExtractionPath(String Value);

Description

    Use this property to specify the path where the entry should be extracted to.

See also:     ExtractionStream    

Discuss this help topic in SecureBlackbox Forum