@ExperimentalPathApi enum class CopyActionResult
The result of the copyAction function passed to Path.copyToRecursively that specifies further actions when copying an entry.
Continue with the next entry in the traversal order.
Skip the directory content, continue with the next entry outside the directory in the traversal order. For files this option is equivalent to CONTINUE.
Stop the recursive copy function. The function will return without throwing exception.
© 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/-copy-action-result/index.html