
How may I display Recycle Bin?
Mike,
The 'Recycle Bin' is just another folder on your drive. You can obtain
the location of it via the Registry (See Registry source at site link
below). It is then just a matter of opening a FileList (or Listbox, if
you prefer) at that folder and writing the code for deletion. Beware,
don't show the "desktop.ini" file to the user, as Windows needs it for
tracking.
HTH's.
--
Kind regards,???
Tony Jones, Queensland, Australia
??? Southern Cross Visual Basic Code and Links
??? http://www.geocities.com/~scvb/index.html
???
??? and
??? Southern Cross Software
??? Home of - Enforcer:WIN95 System Security
??? http://www.geocities.com/~scvb/enforcer.htm
Enforcer Screenshots:
http://www.geocities.com/~scvb/enforcerdisplay.htm
Quote:
> Am interested in opening the Recycle Bin when disk space becomes low to
> allow users to delete some/all of its contents.
> How do you do this?
> Thanks
> Mike Dunn