15 Jun
2014
15 Jun
'14
9:09 p.m.
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