On Dec 17, 2007 4:09 AM, Chris Burke <[EMAIL PROTECTED]> wrote: > I am in two minds as to whether anything is required here. However, I do > think that delete all temporary files would be the more useful option, > as rarely do I want to delete a specific temporary file. After a bit, > the temp directory is filled with junk, and you just want to clean the > whole thing up.
I have been working in a very different fashion from you. Mostly, I produce one-off bits of code, not final products. And, because naming files and putting them in the right directory has been rather inefficient, I usually just leave stuff in numbered files in my temp directory, deleting on close only when I explicitly want to discard something. I rarely need to find old code, but when I do, it's usually by searching in files, rather than by name. FYI, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
