Discuss this help topic in SecureBlackbox Forum

TElShellSSHSubsystemHandler.CurrentDirectory

TElShellSSHSubsystemHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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)

[Java]
    not available

Description

    Use this property to get or specify the directory, which will become current when the command is executed.

See also:     Command    

Discuss this help topic in SecureBlackbox Forum