SharpCvsLib

Folders.Add Method 

Add the given folder to the collection. The folder key is the path to the folder on the filesystem.

[Visual Basic]
Public Sub Add( _
   ByVal path As String, _
   ByVal folder As Folder _
)
[C#]
public void Add(
   string path,
   Folder folder
);

Parameters

path
The path to the folder on the filesystem.
folder
The folder object to add to the collection.

See Also

Folders Class | ICSharpCode.SharpCvsLib.FileSystem Namespace