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