Home > SYS_FileSystem > openReadFolderDialog
SYS_FileSystem.openReadFolderDialog() 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.
打开读入文件夹窗口
Signature
typescript
openReadFolderDialog(): Promise<Array<{
relativePath: string;
file: File;
}>>;1
2
3
4
2
3
4
Returns
Promise<Array<{ relativePath: string; file: File; }>>
读取到的所有文件及其路径信息
Remarks
本接口的浏览器支持有限,具体请参考 MDN
ADD since EDA v4.2