Checks if a path is a child (direct descendant) of another path.
public static bool IsDirectChildOf(this Atypical.VirtualFileSystem.Core.VFSPath parentPath, Atypical.VirtualFileSystem.Core.VFSPath childPath);parentPath VFSPath
The potential parent path.
childPath VFSPath
The potential child path.
System.Boolean
True if childPath is a direct child of parentPath.