$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-12-09 03:34:06
Nicolas Fleury wrote:
> Hi,
> How can insert a directory at the beginning of a path on Windows
> *after* the drive?
> x = Z:\\b\\c\\x.txt
> y = # how setting to Z:\\a\\b\\c\\x.txt using x
I'm not aware of any way, other than using "MATCH" builting to separate drive
and the remainder of path and insert whatever you want in between.
Sorry,
Volodya