file-system-access icon indicating copy to clipboard operation
file-system-access copied to clipboard

feature-request allow dhandle.removeEntry to optionally move file to the user's trash/recycle receptacle

Open ddumont opened this issue 4 years ago • 1 comments

dhandle.removeEntry('file', { soft: true });

for a "soft" delete... or send to recycle bin... trash can... whatever the OS supports. "Best effort" compliance would be fine. It would be nice if users could restore files / folders they accidentally deleted through my ui.

ddumont avatar Jan 20 '21 21:01 ddumont

I would also recommend making this a request which browsers are not required to respect in case users don't want applications hard deleting files if soft is set to false.

slaymaker1907 avatar May 04 '21 20:05 slaymaker1907