Link

toolkit / com.sas.android.visualanalytics.sdk / FileHandler / writeStr

writeStr

abstract fun writeStr(contents: String, path: String): Unit

Writes the given UTF-8-encoded string into a file at the given path.

Parameters

contents -

    the string to write.

path -

    a fully qualified path.

Exceptions

IOException -

    if an I/O error occurs.