$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-01-09 11:30:41
Toon Knapen wrote:
> In case no regular expressions would be supported but always all files
> are given for the specified directory, I would also suggest to include
> the subdirectories that live inside the specified directory (their names
> should end with a '/' in the returned list to discriminate them from the
> normal files).
Toon,
I'm afraid we're in trouble here. I could not find any way to tell if a name
is a directory or not under jam (it has some OS abstraction layer). And
adding such a functionality could be both hard (any VMS users here?),
and can make too much a change for merging back in Perforce Jam.
Are directory names with "/" at the end important?
- Volodya