boost file system, copy directories, create directory structure
With boost 1.39 file system, is it possible to copy directories . ie recursive copy likewise given a path, need a way of creating the directories ? Could have missed this, but could not find such functionality in boost file system -- Best regards, Ta, Avi
From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Avi Bahra With boost 1.39 file system, is it possible to copy directories . ie recursive copy likewise given a path, need a way of creating the directories ? Could have missed this, but could not find such functionality in boost file system
I don't know if boostfs offers a recursive copy feature, but I believe create_directories() will create an entire tree from a Path. See: http://www.boost.org/doc/libs/1_39_0/libs/filesystem/doc/reference.html#Conv... Paul Kerchen Realtime Technologies, Inc. 1523 N. Main St. Royal Oak, MI 48067 248 548 4876 ext. 206 248 548 6036 (fax) www.simcreator.com
participants (2)
-
Avi Bahra
-
Paul Kerchen