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
> 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();
>