16 Mar
2010
16 Mar
'10
10:53 a.m.
On 16 March 2010 08:20, Taco Hoekwater
Just wondering: what does it return for ".." then?
Path to the one dir up from the current dir.
I've given up on a Unix C function for this there are just too many potential problems with symlinks. As you are using mkdir now also, would it be ok if I undo your patch? (as you'll need mkdir on unix anyway)?
Yes, please do. 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. Cheers, Tomek