Summary
Moves the directory to the specified destination path.
- Namespace
- Cake
.Testing - Containing Type
- FakeDirectory
Syntax
public void Move(DirectoryPath destination)
Parameters
| Name | Type | Description |
|---|---|---|
| destination | DirectoryPath | The destination path. |
Return Value
| Type | Description |
|---|---|
| void |
