Does anyone know how to restore files from the Recycle
Bin with C# or the Shell?

The thing is that i know how to send files to the Recycle
with the SHFileOperation but i do not know how to restore
the files...

Thanks for any help.

Re: Restore files from Recycle Bin by rmorin

rmorin
Wed Nov 26 23:55:06 CST 2003

Call SHGetFolderLocation passing CSIDL_BITBUCKET.
Then you can manipulate that folder as usual.
You'll have to create an interop for the SHGetFolderLocation function.

Randy
http://www.kbcafe.com

"Andres" <anonymous@discussions.microsoft.com> wrote in message news:<7a8601c3b463$fc136f80$a601280a@phx.gbl>...
> Does anyone know how to restore files from the Recycle
> Bin with C# or the Shell?
>
> The thing is that i know how to send files to the Recycle
> with the SHFileOperation but i do not know how to restore
> the files...
>
> Thanks for any help.