andrewoma
02/02/2016, 7:25 AM+
is calling public operator fun <T> Collection<T>.plus(elements: Iterable<T>): List<T>
... it's adding all the segments of the path (so all the directories). In your case Scanned
. Path
is defined as Iterable
it seems