On 24 Oct 2005 00:56:11 -0700, "hack_tick" <>
wrote, quoted or indirectly quoted someone who said :
>hi there!
>I am looking for changing the working directory, using j2se methods is
>it possible?
No. Part of the problem is defining what it would mean if thread A
changed it. What does thread B think?
What you do instead is define your own default directory, and in the
simplest case just feed it to File( dir, file) as the first parm.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.