Hi, On Fri, 16 Jan 2009, SZEDER Gábor wrote: > I'm not sure about setting an absolut path instead of a relative one > (hence the RFC), although I think it should not make any difference. > Of course I could have count the number of chdir("..") calls and then > construct a "../../..", but that would have been more intrusive than > this two-liner. IIRC the absolute paths were shot down already... for performance reasons. So we try very hard to keep relative paths instead of absolute ones. Ciao, Dscho