How can I Manipulate the "Recycled Bin" ????

  • Thread starter Thread starter Sam Learner
  • Start date Start date
S

Sam Learner

Hello,
you guys have been very helpfull in responding to questions from the
newgroup community and thank everyone for your contributions.
I have a Question, I am developping a software to do clean up almost similar
to the Clean-up Wizard...
Is there any .NET classes that allow me to manipulate the Recycled bin?
for example, allow me to purge a specific file in the Recycled Bin or all
files there... Get a total files currently in the Recycled Bin...etc..

Please help!

Thank you
Sj
 
Hi,

Sorry no managed class. Take a look at the SHUpdateRecycleBinIcon,
SHEmptyRecycleBin, SHQueryRecycleBin api calls.


Ken
-------------------------------
Hello,
you guys have been very helpfull in responding to questions from the
newgroup community and thank everyone for your contributions.
I have a Question, I am developping a software to do clean up almost similar
to the Clean-up Wizard...
Is there any .NET classes that allow me to manipulate the Recycled bin?
for example, allow me to purge a specific file in the Recycled Bin or all
files there... Get a total files currently in the Recycled Bin...etc..

Please help!

Thank you
Sj
 

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

Similar Threads


Back
Top