CommandNotificationAction.WorkingDirectory Property

Definition

The working directory

public:
 property System::String ^ WorkingDirectory { System::String ^ get(); void set(System::String ^ value); };
public string WorkingDirectory { get; set; }
member this.WorkingDirectory : string with get, set
Public Property WorkingDirectory As String

Property Value

String

Returns a String value that contains the path of the directory in which the command is executed.

Remarks

The application that is executed by the command must be located in the specified working directory. Alternatively, you can add the application's path to the value of the Path environment variable on the local machine.

Applies to