CommandLineToolTask.

GetFullToolPath(string) Method

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.

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.