$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-04-20 13:53:10
> I mean that writing config files programmatically not necessary
> enough and should not part of this library.
I don't understand that point of view: any application (as opposed to simple
command line utility) you write will almost certainly want to both read and
write it's configuration : take a look at your favorite word
processor/speadsheet/photo editor and I bet you it does exactly that.
John.