Summary
fluent setter for
RenamePairs.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- RenameCommandBuilder
Syntax
public RenameCommandBuilder WithRenameFile(FilePath oldFile, FilePath newFile)
Parameters
| Name | Type | Description |
|---|---|---|
| oldFile | FilePath | The old file to rename. |
| newFile | FilePath | The new filename. |
Return Value
| Type | Description |
|---|---|
| RenameCommandBuilder | The builder-instance for fluent re-use. |