We have been through this. delete() is being called on those files, and we even went out of our way to make sure that any InputStreams from them were closed first in case that was the problem. I don't know why the java implementations on Windows don't remove files when you do delete() on them, the java specification certainly doesn't mention any requirements on the method.
Until somebody can answer why windows doesn't remove the files, I don't plan to give a fuck. The directory the files are created in will, in this case, be the runtime dir of the client. I think you are confusing it with an earlier syndrome of the same problem regarding the nodes file cache, which I solved by having it purge the .freenet directory every time the node starts up. On Sat, Feb 10, 2001 at 05:15:08AM -0800, Fred Salzer wrote: > Temporary files are also created and left behind on requests. I've tried two > machines, both Win2K, with the same result, AFAICT. If you're meaning that > it's a bug that's on all Win platforms, then it may be something that you > would want to accomodate, since it will reflect (inappropriately) negatively > on Freenet. It does seem strange to me, though, if it's a platform bug, why > the directory of the temporary files has changed. Perhaps it's the > difference of the operating system, as I changed from Win98 to Win2K; I just > don't remember exactly when WRT the temporary files location. Now that I'm > aware that the files left behind are in a different directory than before, I > can live with it and just manually delete the files after I've used the node > for inserts/requests. > > Fred > > > -----Original Message----- > On February 10, 2001 03:44 Oskar Sandberg wrote: > > the ones in .freenet/<port> are supposed to be there, that's your > datastore. > > the rest can be safely deleted and are due to a bug. > > "are due to a bug in you java platform." > > > > _______________________________________________ > Devl mailing list > Devl at freenetproject.org > http://www.uprizer.com/mailman/listinfo/devl -- 'DeCSS would be fine. Where is it?' 'Here,' Montag touched his head. 'Ah,' Granger smiled and nodded. Oskar Sandberg md98-osa at nada.kth.se _______________________________________________ Devl mailing list Devl at freenetproject.org http://www.uprizer.com/mailman/listinfo/devl
