Summary
Combines the current path with another
DirectoryPath.
The provided DirectoryPath must be relative.
- Namespace
- Cake
.Core .IO - Containing Type
- DirectoryPath
Syntax
public DirectoryPath Combine(DirectoryPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | DirectoryPath | The path. |
Return Value
| Type | Description |
|---|---|
| DirectoryPath | A combination of the current path and the provided DirectoryPath. |
