IOUtilitiesPathIsChild Method (String, String, Boolean, String) |
Tests if a path is a child of another path.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool PathIsChild(
string path,
string child,
bool normalize,
out string subPath
)
Parameters
- path
- Type: SystemString
The path. - child
- Type: SystemString
The possible child. - normalize
- Type: SystemBoolean
if set to true paths will be normalized first. - subPath
- Type: SystemString
The sub path.
Return Value
Type:
Booleantrue if child is a child of path,
false otherwise.
Exceptions See Also