On Sat, Aug 19, 2006 at 01:27:49PM +0100, mal content wrote: > Is there any code in the tree that does general path transformation > or 'optimisation'? > > For example, this path corresponds to the current working directory: > > "dir1/dir2/dir3/../../../"
It might or might not. E.g. dir2 could be a symlink. Check realpath(3) and maybe the implementation of that as well. Joerg _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

