Discuss this help topic in SecureBlackbox Forum
Specifies path to the data to be compressed.
Declaration
[VB.NET]
Property InputPath As String
[Pascal]
property InputPath : string;
[C++]
void get_InputPath(std::string &OutResult);
void set_InputPath(const std::string &Value);
[PHP]
string get_InputPath()
void set_InputPath(string $Value)
[Java]
String getInputPath();
void setInputPath(String Value);
Description
Use this property to specify the path to the data which is to be compressed.
Discuss this help topic in SecureBlackbox Forum