SharpCvsLib

Manager.FetchRoot Method 

Fetch the root information from the cvs folder in the given directory.

[Visual Basic]
Public Function FetchRoot( _
   ByVal directory As String _
) As Root
[C#]
public Root FetchRoot(
   string directory
);

Parameters

directory
The directory to search for the information in.

Return Value

A root object that represents the cvs root information in the given cvs folder.

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace