openRead
Opens a File for read operations.
e.g.
"/path/to/my/file".toFile().openRead().use { s ->
// read
}
Content copied to clipboard
Return
A FileStream.Read for read-only operations.
See also
Throws
UnsupportedOperationException
On Kotlin/JS-Browser.