Discuss this help topic in SecureBlackbox Forum
Specifies the directory of the file storage.
Declaration
[VB.NET]
Property Directory As String
[Pascal]
property Directory : string;
[C++]
void get_Directory(std::string &OutResult);
void set_Directory(const std::string &Value);
[PHP]
string get_Directory()
void set_Directory(string $Value)
[Java]
String getDirectory();
void setDirectory(String Value);
Description
Use this property to specify the directory of the file storage.
Discuss this help topic in SecureBlackbox Forum