inline fun Path.copyTo(outputStream: OutputStream): Long
Delegates to Files.copy with overload for OutputStream.
inline fun Path.copyTo(target: Path, vararg copyOptions: CopyOption): Path
Delegates to Files.copy.