write

abstract suspend fun write(path: Path, content: ByteArray)(source)

Writes the specified content to the given path.

Parameters

path

The file system path where the content should be written.

content

The data to be written as a byte array.