grancala / tvrename

Automatically exported from code.google.com/p/tvrename
Other
0 stars 0 forks source link

CopyMoveProgress: Use OS's file copy/move function (CopyFileEx) #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CopyFileEx has callback for progress.  May be faster than current built-in
copy routine.

http://www.pinvoke.net/default.aspx/kernel32.CopyFileEx

Original issue reported on code.google.com by tvren...@tvrename.com on 10 Sep 2009 at 1:15