WorkingDirectory Constructor
Public constructor.
[Visual Basic]Public Sub New( _
ByVal
cvsroot As
CvsRoot, _
ByVal
localdirectory As
String, _
ByVal
repositoryname As
String _
)
Parameters
- cvsroot
- The cvs root string, contains information
about the connection and path on the cvs server.
- localdirectory
- The local base directory to check the
module out in.
- repositoryname
- The name of the repository. This is
appended to the base localdirectory to check the sources out into.
See Also
WorkingDirectory Class | ICSharpCode.SharpCvsLib.Misc Namespace