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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sam Learner

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

    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



  • Ken Tucker [MVP]

    #2
    Re: How can I Manipulate the "Recycl ed Bin" ????

    Hi,

    Sorry no managed class. Take a look at the SHUpdateRecycle BinIcon,
    SHEmptyRecycleB in, SHQueryRecycleB in api calls.


    Ken
    -------------------------------
    "Sam Learner" <Samuel@easynet soft.dynu.com> wrote in message
    news:eoQ0FQYoEH A.2068@TK2MSFTN GP09.phx.gbl...
    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




    Comment

    Working...