writeString

suspend fun CloudReadWriteAccess.writeString(content: String, vararg path: String)
suspend fun CloudReadWriteAccess.writeString(content: String, path: List<String>)

Write an UTF8 string to a cloud file with the given path. If that file does not exist, it is created.

Parameters

content

The new file content.

path

The path to the cloud file, relative to the uri.