Delphi fast file copy

后端 未结 6 1935
小鲜肉
小鲜肉 2020-12-12 18:17

I\'m writing an app that supposed to copy a bunch of files from one place to another. When I\'m using TFileStream for the copy it is 3-4 times slower than copying the files

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-12 19:12

    You can have Explorer do it for you via SHFileOperation() http://msdn.microsoft.com/en-us/library/bb762164(VS.85).aspx (example code doing it from delphi: http://delphi.icm.edu.pl/ftp/d20free/fileop11.zip)

提交回复
热议问题