Discuss this help topic in SecureBlackbox Forum
Specifies the full path to the file.
Declaration
[VB.NET]
Property Path As String
[Pascal]
property Path : string;
[C++]
void get_Path(std::string &OutResult);
void set_Path(const std::string &Value);
[PHP]
string get_Path()
void set_Path(string $Value)
[Java]
String getPath();
void setPath(String Value);
Description
Use this property to get or set the full path to the file.
Discuss this help topic in SecureBlackbox Forum