Checks if a path is a descendant of another path.
public static bool IsAncestorOf(this Atypical.VirtualFileSystem.Core.VFSPath ancestorPath, Atypical.VirtualFileSystem.Core.VFSPath descendantPath);ancestorPath VFSPath
The potential ancestor path.
descendantPath VFSPath
The potential descendant path.
System.Boolean
True if descendantPath is under ancestorPath.