Summary
Gets or sets the working directory for the process to be started.
- Namespace
- Cake
.Core .IO - Containing Type
- ProcessSettings
Syntax
public DirectoryPath WorkingDirectory { get; set; }
Value
| Type | Description |
|---|---|
| DirectoryPath | The working directory for the process to be started. |
