$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Rush Manbert (rush_at_[hidden])
Date: 2007-12-04 13:27:28
Bill Nortman wrote:
> I see the function create_directory( "foobar" ); in an example on
> http://www.boost.org/libs/filesystem/doc/index.htm but wanted more
> details, such as if the function does a recursive create?
>
Look here:
http://www.boost.org/libs/filesystem/doc/tr2_proposal.html
Maybe create_directories is what you want?
- Rush