$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Olaf van der Spek (olafvdspek_at_[hidden])
Date: 2007-07-23 06:47:52
Hi,
Is there a non-throwing version of filesystem::create_directories?
Before I used normal C/POSIX APIs that returned an error value and I
don't want to wrap each call in a try/catch statement.
Olaf