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