Well, after posting my first summary it looks like one quick
fix is to execute a simple find command to attach directories
to a specific trashcan.:
Paul Grant <paul.grant_at_kscl.com> sent:
find ./ -print -type d -exec mktrashcan trashcan {} \;
The only problem with this as Lucien_HERCAUD_at_paribas.com (Lucien HERCAUD)
pointed out is that this doesn't consider new directories.
For me this is too much work. I have decided to inform users of this
functionality and how to use it, but I am not willing to maintain the
creation of trashcan directories. I guess a script could be written
to create a trashcan in each users home directory. It would have
to clean out the old information and then re-run the recursive
algorithm. Nahh....not worth it...
Thanks to those who responded.
-Dan
Received on Mon Nov 17 1997 - 23:40:47 NZDT