onEnter

fun onEnter(function: (File) -> Boolean): FileTreeWalk(source)

Sets a predicate function, that is called on any entered directory before its files are visited and before it is visited itself.

If the function returns false the directory is not entered and neither it nor its files are visited.

Since Kotlin

1.0