NodePath.StartsWith Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
StartsWith(NodePath)
Tests if this NodePath starts with the given otherPath
.
Declaration
public bool StartsWith(NodePath otherPath)
Parameters
Type | Name | Description |
---|---|---|
NodePath | otherPath | Given NodePath. |
Returns
Type | Description |
---|---|
Boolean | True if this NodePath starts with the given |