Re: Help with AbstractEnvironment.changeContext

2002-02-11 Thread giacomo
On Sun, 10 Feb 2002, Vadim Gritsenko wrote: > All, Giacomo, Carsten, > > Looking into the AbstractEnvironment.changeContext() I do not understand > one part: > > File f = new File(this.context.getFile()); > if (f.isFile()) { > this.context = f.getParentFile

RE: Help with AbstractEnvironment.changeContext

2002-02-10 Thread Carsten Ziegeler
> Vadim Gritsenko wrote: > > All, Giacomo, Carsten, > > Looking into the AbstractEnvironment.changeContext() I do not understand > one part: > > File f = new File(this.context.getFile()); > if (f.isFile()) { > this.context = f.getParentFile().toURL(); >