fileWalk

abstract fun <T> fileWalk(typedPath: TypedPath, walk: (Sequence<TypedPath>) -> T): T

Walks the files (not directories) which are children and grandchildren of the given path.