Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum