LaunchCommand.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.
The Working directory under which this command is executed
public:
property System::String ^ WorkingDirectory { System::String ^ get(); };
public:
property Platform::String ^ WorkingDirectory { Platform::String ^ get(); };
public string WorkingDirectory { get; }
public string? WorkingDirectory { get; }
member this.WorkingDirectory : string
Public ReadOnly Property WorkingDirectory As String