$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost::filesystem] Improvement/Suggestion for copy()
From: Kyle Ketterer (reminisc3_at_[hidden])
Date: 2014-06-15 17:09:44
Hello all,
I was curious about the possible implementation of a progress call back for
the copy() ( and related functions) in ::filesystem.
With WinAPI you can use CopyFileEx with the possibility of a progress call
back. It would be nice to have this ability "out of the box" in boost's
namespace. This would be especially be useful for transferring larger files.
Thoughts?
Thanks