UNPKG

@fgv/ts-web-extras

Version:

Browser-compatible utilities and FileTree implementations

53 lines (25 loc) 911 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@fgv/ts-web-extras](./ts-web-extras.md) &gt; [IFsAccessApis](./ts-web-extras.ifsaccessapis.md) &gt; [showDirectoryPicker](./ts-web-extras.ifsaccessapis.showdirectorypicker.md) ## IFsAccessApis.showDirectoryPicker() method **Signature:** ```typescript showDirectoryPicker(options?: ShowDirectoryPickerOptions): Promise<FileSystemDirectoryHandle>; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> options </td><td> [ShowDirectoryPickerOptions](./ts-web-extras.showdirectorypickeroptions.md) </td><td> _(Optional)_ </td></tr> </tbody></table> **Returns:** Promise&lt;[FileSystemDirectoryHandle](./ts-web-extras.filesystemdirectoryhandle_2.md)<!-- -->&gt;