Summary
    Resolves the path to the specified tool.
    
		- Namespace
- Cake.Core .Tooling 
- Containing Type
- IToolLocator
Syntax
FilePath Resolve(string tool)Parameters
| Name | Type | Description | 
|---|---|---|
| tool | string | The tool. | 
Return Value
| Type | Description | 
|---|---|
| FilePath | A path if the tool was found; otherwise null. | 
