v1.8.10
  • Solutions
    • Multiplatform
    • Server-side
    • Data science
    • Android
  • Docs
  • Community
  • Teach
  • Play
    • Playground
    • Hands-on
    • Examples
    • Koans
← Docs
kotlin-stdlib / kotlin.io / FileTreeWalk / onEnter

onEnter

JVM
1.0
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.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Kotlin™ is protected under the Kotlin Foundation and licensed under the Apache 2 license.
Supported and developed by JetBrains