I\'m looking for a way to put a folder (with subfolders) into a Recycle Bin with these conditions:
It must be done silently -- without any
I was able to come up with a solution to all 3 of my original points/requests.
In a nutshell, one needs to use the IFileOperation interface and implement IFileOperationProgressSink in it.
Here's full code sample and explanation for that.
EDIT: Ok, there's more to it. The method I posted above doesn't cover all bases :(