CopyActionContext

JVM
JRE7
1.8
@ExperimentalPathApi interface CopyActionContext
(source)

Context for the copyAction function passed to Path.copyToRecursively.

Functions

JVM
JRE7
1.0

copyToIgnoringExistingDirectory

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.

abstract fun Path.copyToIgnoringExistingDirectory(
    target: Path,
    followLinks: Boolean
): CopyActionResult