open

suspend fun open(path: Path): KFileOutputStream

Opens a KFileOutputStream for the given Path.

Return

A KFileOutputStream for the given Path.

Parameters

path

The Path to open the output stream for.