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

Checks whether childPath is inside parentPath. Accounts for filesystem quirks.

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

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