SharpCvsLib

Folders.Contains Method 

Determine if the folders collection contains the given folder.

[Visual Basic]
Public Function Contains( _
   ByVal path As String _
) As Boolean
[C#]
public bool Contains(
   string path
);

Parameters

path
The path to the folder on the filesystem which acts as the key to the collection.

Return Value

true
if the collection contains the folder; otherwise
false
.

See Also

Folders Class | ICSharpCode.SharpCvsLib.FileSystem Namespace