Summary
Returns the most complete path for the given executable tool. May return just the name of the tool if the tool path is found via the
PATH environment variable.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- CommandLineToolTask
Syntax
protected string GetFullToolPath(ITaskItem path)
Parameters
Name | Type | Description |
---|---|---|
path | ITaskItem | The path |
Return Value
Type | Description |
---|---|
string | The most complete path for the given executable tool. |