Sets the working directory to use for the process relative to the root path.
- Namespace
- Statiq
.Core - Containing Type
- StartProcess
Syntax
public StartProcess WithWorkingDirectory(Config<string> workingDirectory)
Parameters
| Name | Type | Description |
|---|---|---|
| workingDirectory | Config |
The working directory. |
Return Value
| Type | Description |
|---|---|
| StartProcess | The current module instance. |