openOut

abstract fun openOut(path: String): OutputStream

Opens the file at the given path for writing.

Return

an OutputStream.

Parameters

path
a fully qualified path.

Throws

if an I/O error occurs.