Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
Both Windows and MacOS has "safe" delete APIs for moving things to, respectively, the Recycle Bin and the Trash, from where files can be undeleted again - it would be super nice if `fs-extra` had a way to unlink files in a way that made them end up in those locations, rather than outright unlinking. And I honestly have no idea what a good name for that would be, `softDelete` is kind of weird, maybe `safeUnlink`? `trash`? (there is a `trash` package already named that, so... maybe that? Though I couldn't get it to actually delete files to the recycle bin on the machine I tested it on)
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by Pomax and has received 12 comments.