Tagged Questions

1
vote
3answers
355 views

Deleting a single item FROM recycle bin

is there anyway in C# (interop maybe) to delete a specific file in the recycle bin permanently? While searching on the internet I only found ways to delete TO the recycle bin not FROM. I also don't ...