CopyFileEx Delphi Example

Post date: Sep 21, 2010 5:47:18 PM

CopyFileEx api copies an existing file to a new file, notifying the application of its progress through a callback function. This Delphi full source code example details receiving the progress of the copy operation through interception of messages.

Read more:

http://msdn.microsoft.com/en-us/library/aa363852(VS.85).aspx

Only Delphi source code is included in the archive.