Summary
Makes the path absolute to another (absolute) path.
- Namespace
- Cake
.Core .IO - Containing Type
- DirectoryPath
Syntax
public DirectoryPath MakeAbsolute(DirectoryPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | DirectoryPath | The path. |
Return Value
| Type | Description |
|---|---|
| DirectoryPath | An absolute path. |
