Delphi: Copy Files from folder with Overall progress. CopyFileEx?

前端 未结 4 1299
[愿得一人]
[愿得一人] 2021-02-04 21:25

I have found examples of CopyFileEx with progress, but I need to copy some files from a folder with overall progress.

Can anybody provide info how to do this? Or is ther

4条回答
  •  心在旅途
    2021-02-04 22:11

    Add up the file size for all the files before you start. Then you can manually convert the progress for each individual file into an overall progress.

    Or use SHFileOperation and get the native OS file copy progress dialogs.

提交回复
热议问题