Exec.WorkingDirectory 属性
定义
获取或设置将在其中运行命令的目录。Gets or sets the directory in which the command will run.
此 API 支持产品基础结构,不能在代码中直接使用。
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
属性值
将在其中运行该命令的目录。The directory in which the command will run.