Recycle Bin with C#

  • Thread starter Thread starter Andres
  • Start date Start date
A

Andres

Does anyone know how to work with the Recycle Bin with C#?
I mean how to get the list of files that are in the
Recycle Bin, hoy to send a file there, how to recover the
files of the Recycle Bin, etc...

Thanks for any help.
 
Hi Andres,

I'm afraid you will have to Interop to the Shell API. It is available as COM
so you will probably avoid plain API calls and stick to the more or less
object model.
 
Back
Top