appendBytes

inline fun Path.appendBytes(array: ByteArray)(source)

Appends an array of bytes to the content of this file.

Since Kotlin

1.5

Parameters

array

byte array to append to this file.