Recycle Bin with C#

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.
 
D

Dmitriy Lapshin [C# / .NET MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top