On 16 March 2010 10:53, T T <t34www at googlemail.com> wrote: > > FYI, in our perl code we use the "abs_path" function from the cwd > module for the functionality I was after but I don't know how's that > implemented. Out of curiosity I had a look at perl sources. They use realpath implementation from bsd. Cheers, Tomek