Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-vscode
/
vscode
/
FileSystem
/
readFile
read
File
abstract
fun
readFile
(
uri
:
Uri
)
:
PromiseLike
<
Uint8Array
<
*
>
>
(
source
)
Read the entire contents of a file.
Parameters
uri
The uri of the file.