On Wed, 08 Sep 1999, Waldo Bastian wrote: > On Wed, 08 Sep 1999, Lars Knoll wrote: > > > So your example should read: > > > > > > KURL(KURL("file:/"), "newfilename") > > > > Well , that would works as expected. But I thought, KURL strips of the filename > > in the end, to replace it with the new one: > > KURL(KURL("file:/somepath/oldFilename"), "newFilename") > > should give "file:/somepath/newFilename". But what it does give is > > "file:/somepath/oldFilenamenewFilename". > > That doesn't sound logical too me. > > Hm.. We could make a base-URL from the first argument within KURL first. > > I don't think that would break anything. > > *frotfrutfrop* > > *done* > > Please try again with an updated CVS :-) Thanks. I'll try this evening at home. My system at work is a bit broken (after trying to upgrade to gcc-2.95)... Cheers, Lars