isDescendantOfOrEqual(to:)

Returns true if the path is a descendant of or equal to the given path.

AbsolutePath.swift:246
func isDescendantOfOrEqual(to ancestor: AbsolutePath) -> Bool

This method is strictly syntactic and does not access the file system in any way.