SharpCvsLib

PathTranslator.ContainsCVS Method 

Determines if a valid path was entered. A valid path will not contain any cvs folder information. If the full path contains information about a cvs folder then false is returned.

[Visual Basic]
Public Shared Function ContainsCVS( _
   ByVal fullPath As String _
) As Boolean
[C#]
public static bool ContainsCVS(
   string fullPath
);

Parameters

fullPath
The full path to validate.

Return Value

Returns

true
if the path does NOT contain a CVS folder; otherwise returns
false

See Also

PathTranslator Class | ICSharpCode.SharpCvsLib.FileSystem Namespace