sindresorhus / trash

Move files and directories to the trash
MIT License
2.57k stars 78 forks source link

Remove from trash bin? #101

Closed bitbytebit1 closed 4 years ago

bitbytebit1 commented 4 years ago

How can we remove from the trash bin on Windows?

sindresorhus commented 4 years ago

If you mean the whole trash bin, see https://github.com/sindresorhus/empty-trash

If you mean individual files, I don't know. There might be a low-level C API for this, but not something I intend to support here.