Summary
fluent setter for
ISupportSwitchWorkingDirectory
.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- Switch
Working Directory Builder
Syntax
public static T WithWorkingDirectory<T>(this T this, DirectoryPath path)
where T : ISupportSwitchBuilder<ISupportSwitchWorkingDirectory>
Type Parameters
Name | Description |
---|---|
T | the builder to support the ISupportSwitchWorkingDirectory . |
Parameters
Name | Type | Description |
---|---|---|
this | T | The builder-instance. |
path | DirectoryPath | The directory. |
Return Value
Type | Description |
---|---|
T | The builder-instance for fluent re-use. |