Archive: Making CopyFiles verbose


Making CopyFiles verbose
Is there a way to make CopyFiles more verbose?

I use CopyFiles to copy a directory with thousands of files inside. I do not want to pop open a additional window. Is there a way to have CopyFiles show what file it is copying?


You could use FindFirst, FindNext in your folder then use the file details in a loop that copies the file and displays something.
It will be *slow* though ...
CF