Summary
Gets the working directory.
Defaults to the currently set working directory.
- Namespace
- Cake
.Core .Tooling - Containing Type
- Tool
<TSettings>
Syntax
protected virtual DirectoryPath GetWorkingDirectory(TSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | TSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| DirectoryPath | The working directory for the tool. |
