CopyActionContext
Context for the copyAction
function passed to Path.copyToRecursively.
Since Kotlin
1.8Functions
Link copied to clipboard
abstract fun Path.copyToIgnoringExistingDirectory(target: Path, followLinks: Boolean): CopyActionResult
Copies the entry located by this path to the specified target path, except if both this and target entries are directories, in which case the method completes without copying the entry.
Since Kotlin 1.8