useAtomicOutputStream

inline fun <T> Path.useAtomicOutputStream(vararg options: OpenOption, sync: Boolean = true, f: (OutputStream) -> T): T