ProcessLauncherOptions.WorkingDirectory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the directory the process launcher will work in.
public:
property Platform::String ^ WorkingDirectory { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring WorkingDirectory();
void WorkingDirectory(winrt::hstring value);
public string WorkingDirectory { get; set; }
var string = processLauncherOptions.workingDirectory;
processLauncherOptions.workingDirectory = string;
Public Property WorkingDirectory As String
Property Value
The working directory.