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