@ExperimentalPathApi enum class PathWalkOption
An enumeration to provide walk options for Path.walk function. The options can be combined to form the walk order and behavior needed.
Note that this enumeration is not exhaustive and new cases might be added in the future.
Visits directories as well.
Walks in breadth-first order.
Follows symbolic links to the directories they point to.
© 2010–2023 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.path/-path-walk-option/index.html