@fgv/ts-web-extras
Version:
Browser-compatible utilities and FileTree implementations
53 lines (25 loc) • 895 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@fgv/ts-web-extras](./ts-web-extras.md) > [IFsAccessApis](./ts-web-extras.ifsaccessapis.md) > [showOpenFilePicker](./ts-web-extras.ifsaccessapis.showopenfilepicker.md)
## IFsAccessApis.showOpenFilePicker() method
**Signature:**
```typescript
showOpenFilePicker(options?: ShowOpenFilePickerOptions): Promise<FileSystemFileHandle[]>;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
options
</td><td>
[ShowOpenFilePickerOptions](./ts-web-extras.showopenfilepickeroptions.md)
</td><td>
_(Optional)_
</td></tr>
</tbody></table>
**Returns:**
Promise<[FileSystemFileHandle](./ts-web-extras.filesystemfilehandle_2.md)<!-- -->\[\]>