Summary
Returns the directory of the
AffectedFileRelativePath
.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IIssueExtensions
Syntax
public static string FileDirectory(this IIssue issue)
Parameters
Name | Type | Description |
---|---|---|
issue | IIssue | Issue for which the directory should be returned. |
Return Value
Type | Description |
---|---|
string | Directory of the file affected by the issue. |