>* If tempInStore is off, and tempDir is unset, then fred will use
>  routingDir/client-temp (routingDir is where the rt_* files go, it
>  defaults to the parent dir of storeFile). There will still be a temp

oh, still the "parent of store directory" story :/

if the user specifies a directory for a program to use, hu DOES NOT want the 
program to use a differentdirectory, be it the parent or some other directory! 
(besides the program's folder or system's default temporary folder)

what happens with "/" and "c:\" when the parent is applied? where do "/../" or 
"c:\..\" point to? is it spcified? does it work on ALL JVMs? Kaffe/sun/others? 
do they al behave exactly the same? or does theit behavoir differ? "c:\..\ -> 
c:\"? IOExc? SecurityExc?

perhaps you should reorganize the freenet folders.
don't say "store/../client-temp/" but say "store/client-temp/"
don't say "store/2f/" but say "store/datastore/2f/"

you get the idea - don't drop files where they must not be from the user's 
perspective! and please clean up that parent-of mess



_______________________________________________
devl mailing list
devl at freenetproject.org
http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl

Reply via email to