CopyActionContext
Functions
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