Empty trashbin

  • Thread starter Thread starter gentlerobbin
  • Start date Start date
G

gentlerobbin

When I empty the trashbin, the files are just marked as deleted and
unseen from users, right ?

How can I display all of them in a ,say, listbox ?

Please help me to understand this.
 
When I empty the trashbin, the files are just marked as deleted and
unseen from users, right ?

How can I display all of them in a ,say, listbox ?

Please help me to understand this.

there is nothing like that the framework. you would have to P/invoke
this feature.
I suggest two possible approach.
Find if you can get this info using WMI
do a search in the windows groups about that. once you find a solution
for unmanaged code you can create a managed one
 
Back
Top