C# - Recycle Bin

  • Thread starter Thread starter Gene Vital
  • Start date Start date
G

Gene Vital

Can someone point me in the right direction on how to send files to the
Recyle Bin using C#.
 
AFAIK, it's not in the framework up to 1.1. I'm not sure if this is
something that has been included in 2.0 (currently beta) or not.
 
Tim said:
AFAIK, it's not in the framework up to 1.1. I'm not sure if this is
something that has been included in 2.0 (currently beta) or not.
ok, that works nicely. pointer to how to undelete from the recycle bin ?
 
I haven't had a need to go "the other way" and restore a file from the
recycle bin. So I can't give you a direct pointer but, after doing some
poking around, it seems that a few people recommend reading the article
linked below for information on dealing with the recycle bin. I'm not sure
if it will give you all the information you need but it should give you a
start.
http://www.codeproject.com/shell/recyclebin.asp

If that turns out to be a bust, then try looking through some other posts on
the subject to see if any have some more insight.
http://groups-beta.google.com/groups?q=restore+file+recycle+bin
 
Back
Top