替代已弃用的 FileSystemEntry.remove() 函数?

Alternative to deprecated FileSystemEntry.remove() function?

我正在使用新的(大概)File System Access API and I need to delete a file. I was going to use the remove() method,但它已被弃用。当前是否支持在文件系统访问中删除文件的功能API?

你应该试试这个:

https://wicg.github.io/file-system-access/#api-filesystemdirectoryhandle-removeentry

removeEntry() 方法