SharpCvsLib

Folders.Remove Method 

Remove the given folder from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal path As String _
)
[C#]
public void Remove(
   string path
);

Parameters

path
The path from the folder to remove from the folders collection.

See Also

Folders Class | ICSharpCode.SharpCvsLib.FileSystem Namespace