[This is preliminary documentation and is subject to change.]

Checks whether childPath is inside parentPath

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static bool Contains(
	string parentPath,
	string childPath
)

Parameters

parentPath
String
Path that is supposed to contain childPath
childPath
String
Path that is supposed to be contained within parentPath

Return Value

true if childPath is contained within parentPath

See Also