SharpCvsLib

Entries.Remove Method 

Remove the given entry from the collection.

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

Parameters

path
The path of the file on the current filesystem that the entry represents.

See Also

Entries Class | ICSharpCode.SharpCvsLib.FileSystem Namespace