removeEntryAsync
fun removeEntryAsync(name: String, options: FileSystemRemoveOptions = definedExternally): Promise<Void?>(source)
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.