SharpCvsLib

WorkingDirectory.IsInPath Method 

Determines if the path specified is inside of the working directory path.

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

Parameters

path
A path to check.

Return Value

Returns

true
if the path to check is under the current working path; otherwise
false
.

See Also

WorkingDirectory Class | ICSharpCode.SharpCvsLib.Misc Namespace