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(string path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | The path |
Return Value
| Type | Description |
|---|---|
| string | The most complete path for the given executable tool. |