Alternative to deprecated FileSystemEntry.remove() function?

252 Views Asked by At

I am using the new(ish) File System Access API and I need to delete a file. I was going to use the remove() method, but it is deprecated. Is there a currently supported function for deleting files in the File System Access API?

1

There are 1 best solutions below

0
On BEST ANSWER