removeEntry method

JSPromise<JSAny?> removeEntry(
  1. String name, [
  2. FileSystemRemoveOptions options
])

The removeEntry() method of the FileSystemDirectoryHandle interface attempts to remove an entry if the directory handle contains a file or directory called the name specified.

Implementation

external JSPromise<JSAny?> removeEntry(
  String name, [
  FileSystemRemoveOptions options,
]);