Restoring files from Recycle Bin

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

Andres

Does someone know how can i restore a file from the
Recycle Bin using the Shell API?.

The thing is that i know how to send files to the Recycle
Bin using the SHFileOpertion, but i do not know how to
restores the files.

Thanks for any help.
 
Hi,

I'm not aware of any specific API call to restore files in the Recycle Bin,
however based on the information provided by the article mentioned below you
should be able to get an idea of what to do.

How to programmatically use the Recycle Bin
http://www.codeproject.com/shell/RecycleBin.asp

Regards,

Gabriele
 

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

Back
Top