ISvnClient.

IsWorkingCopy(string) Method

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.