This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ResourceHacker.
Summary
Returns the path of the ResourceHacker.exe.
- Assembly
- Cake
.ResourceHacker .dll - Namespace
- Cake
.ResourceHacker - Containing Type
- Resource
Hacker Resolver
Syntax
public static FilePath GetResourceHackerPath(IFileSystem fileSystem, ICakeEnvironment environment)
Remarks
Throws if ResourceHacker isn't found.
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | |
| environment | ICakeEnvironment |
Return Value
| Type | Description |
|---|---|
| FilePath | The path of the latest ResourceHacker.exe |
