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.Svn.
Summary
Gets the information whether the fileOrDirectoryPath is a working copy or not.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn - Containing Type
- ISvnClient
Syntax
bool IsWorkingCopy(string fileOrDirectoryPath)
Parameters
Name | Type | Description |
---|---|---|
fileOrDirectoryPath | string | The path to the local file or directory. |
Return Value
Type | Description |
---|---|
bool |
true if the fileOrDirectoryPath is a working path.
Otherwise false will be returned.
|