Summary
Makes the {T} path absolute (if relative) using the current working directory.
- Namespace
- Cake
.Core .IO - Containing Type
- IPath
<T>
Syntax
T MakeAbsolute(ICakeEnvironment environment)
Parameters
Name | Type | Description |
---|---|---|
environment | ICakeEnvironment | The environment. |
Return Value
Type | Description |
---|---|
T | An absolute path. |