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 ?