$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Patrick Lacasse (patrick.lacasse_at_[hidden])
Date: 2007-05-25 10:54:56
What is the boost::filesystem way to do a
system( "mkdir -p somedir" );
or a
system( "cp -r somedir_orig somedir_dest" );
?
Should I write a recursive function for that ?