Hi,
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 want to empty the whole bin, just one specific file. The specific item is already in the recycle bin.
How can I do this?
EDIT:
- I didn't put the file there myself, nor my program. Somebody else did so I have no control over that.
- Windows Search somehow is able to find my file...?!?
I found out another thing, I can actually find a file in C:\RECYCLER with the same file extension but a different name. So how can I tell if that is really the file I'm looking for?
Thanks