fun File.walk( direction: FileWalkDirection = FileWalkDirection.TOP_DOWN ): FileTreeWalk
Gets a sequence for visiting this directory and all its content.
direction
- walk direction, top-down (by default) or bottom-up.
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io/java.io.-file/walk.html