$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Schlyder (daniel_at_[hidden])
Date: 2006-10-28 18:21:27
Rene Rivera wrote:
> It's the same syntax used for the GLOB builtin, as that's what it calls.
> So I think it would be "*.svn". I'm not sure why ".svn" isn't working
> for you though.
import path ;
ECHO [ path.glob-tree /path/to/boost/boost/format : *.* : *CVS* ] ;
should only output files in the boost/format and boost/format/detail
directories of the Boost distribution, correct?
It also outputs files in boost/format/detail/CVS. It does exclude those
in boost/format/CVS, though.
-- Daniel Schlyder