Discuss this help topic in SecureBlackbox Forum
Specifies directory in which the command(s) are executed.
Declaration
[C#]
string CurrentDirectory;
[VB.NET]
Property CurrentDirectory As String
[Pascal]
property CurrentDirectory: string;
[C++]
void get_CurrentDirectory(std::string &OutResult);
void set_CurrentDirectory(const std::string &Value);
[PHP]
string get_CurrentDirectory()
void set_CurrentDirectory(string $Value)
Description
Use this property to get or specify the directory, which will become current when the command is executed.
Discuss this help topic in SecureBlackbox Forum