I use sitescooper to create about a dozen plucker files each day. I usually want to delete a file after reading it.
I understand your logic though. I guess I got spoiled with CSpotRun being able to do this... Gary -----Original Message----- From: David A. Desrosiers [mailto:[EMAIL PROTECTED]] Sent: Monday, November 05, 2001 6:32 PM To: Plucker Development List Subject: RE: I cannot delete one article > I wish there was a delete function from within the open document. Ever climb a tree and cut the branch you were standing on? It's generally not a good idea in the Palm environment, to go deleting resources from within your event loop while memory is locked by the resource currently in use. I'm sure there's a way, but... you don't do this on the desktop, why would you do it here? Do you delete your files by opening them first in their respective applications, then deleting them from within the app? Personally, I use a shell or if in Windows, a file manager, to handle those kinds of operations. /d
