W3cubDocs

/Kotlin

walkBottomUp

fun File.walkBottomUp(): FileTreeWalk

Platform and version requirements: JVM

Gets a sequence for visiting this directory and all its content in bottom-up order. Depth-first search is used and directories are visited after all their files.

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io/java.io.-file/walk-bottom-up.html