$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-10-03 17:21:47
If you do the following:
echo [ path.join "foo/bar" : "../bar2" ] ;
the result is:
bar2
not:
foo/bar2
as expected.
- Reece