readString

suspend fun CloudReadAccess.readString(vararg path: String): String?
suspend fun CloudReadAccess.readString(path: List<String>): String?

Read an UTF8 string from the given path, relative to the uri.

Return

The content of the file with the specified path, or null if that file does not exist.

Parameters

path

The path to the accessed data.

Throws

Thrown if the path cannot be accessed or the user has insufficient privileges.

Thrown in case of network connection problems.