ExecuteProcess.WorkingDirectory Property

Definition

Gets or sets the directory in which the files specified in the Arguments property can be found.

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

A String that contains the directory in which the files specified in the Arguments property can be found.

Implements

Applies to