SharpCvsLib
Manager Constructor
Constructory
[Visual Basic]
Public Sub New( _
ByVal
workingPath
As
String
_
)
[C#]
public Manager(
string
workingPath
);
Parameters
workingPath
The local directory that is being affected during this cvs checkout. This is used for program control, to stop the cvs commands from leaving this sandbox location.
See Also
Manager Class
|
ICSharpCode.SharpCvsLib.FileSystem Namespace