Home > SYS_FileSystem > openReadFileDialog
SYS_FileSystem.openReadFileDialog() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Open the read-file dialog
Signature
typescript
function openReadFileDialog(
filenameExtensions?: string | Array<string>,
multiFiles?: false,
): Promise<File | undefined>;1
2
3
4
2
3
4
Parameters
Parameter | Type | Description |
|---|---|---|
filenameExtensions | string | Array<string> | (Optional) File extension |
multiFiles | false | (Optional) Whether multiple files are allowed to be read |
Returns
Promise<File | undefined>
File format file