UNPKG

@fgv/ts-web-extras

Version:

Browser-compatible utilities and FileTree implementations

67 lines (31 loc) 918 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; [FileSystemDirectoryHandle\_2](./ts-web-extras.filesystemdirectoryhandle_2.md) &gt; [removeEntry](./ts-web-extras.filesystemdirectoryhandle_2.removeentry.md) ## FileSystemDirectoryHandle\_2.removeEntry() method **Signature:** ```typescript removeEntry(name: string, options?: FileSystemRemoveOptions): Promise<void>; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> name </td><td> string </td><td> </td></tr> <tr><td> options </td><td> [FileSystemRemoveOptions](./ts-web-extras.filesystemremoveoptions_2.md) </td><td> _(Optional)_ </td></tr> </tbody></table> **Returns:** Promise&lt;void&gt;