readDirectory
abstract fun readDirectory(uri: Uri): PromiseLike<ReadonlyArray<Tuple2<JsString, FileType>>>(source)
Retrieve all entries of a directory.
Parameters
uri
The uri of the folder.
Retrieve all entries of a directory.
The uri of the folder.