SharpCvsLib

Manager.AddRoot Method (Root)

Add a root file if it does not already exist. If the root file already exists then it is NOT overwritten.

[Visual Basic]
Overloads Public Function AddRoot( _
   ByVal root As Root _
) As Root
[C#]
public Root AddRoot(
   Root root
);

Parameters

root
An object that represents the root file on the file system.

Return Value

The root object.

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | Manager.AddRoot Overload List