This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Grype.
Summary
Makes a path absolute against
ResolveWorkingDirectory(TSettings).
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype - Containing Type
- GrypeTool
<TSettings>
Syntax
protected FilePath MakeAbsolute(FilePath path, TSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| path | FilePath | The path. |
| settings | TSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| FilePath | The absolute path. |
