Summary
Gets the information whether the filePath was added to the Subversion working copy.
- Namespace
- Cake
.Svn .Info - Containing Type
- SvnInfo
Syntax
public bool IsFileInSvnWorkingCopy(FilePath filePath)
Parameters
Name | Type | Description |
---|---|---|
filePath | FilePath | The file. |
Return Value
Type | Description |
---|---|
bool |
true if the filePath is a working path.
Otherwise false will be returned.
|