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.
Open the read-folder dialog
Signature
typescript
function openReadFolderDialog(): Promise<Array<{ relativePath: string; file: File }>>;1
Returns
Promise<Array<{ relativePath: string; file: File }>>
All read files and their path information
Remarks
developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory | MDN} ADD since EDA v4.2