Summary
    Gets alternative file paths which the tool may exist in.
    
		- Namespace
- Cake.Core .Tooling 
- Containing Type
- Tool<TSettings> 
Syntax
protected virtual IEnumerable<FilePath> GetAlternativeToolPaths(TSettings settings)Parameters
| Name | Type | Description | 
|---|---|---|
| settings | TSettings | The settings. | 
Return Value
| Type | Description | 
|---|---|
| IEnumerable | The default tool path. | 
