PDA

View Full Version : Copy Tool


shintakeru
11-30-2007, 12:35 PM
I was wondering when the copy files feature is used, does anyone know if it verifies that the copy was successfully copied or not? i.e checksums

kinook
11-30-2007, 12:47 PM
The Copy Files action uses the Win32 CopyFileEx API (http://msdn2.microsoft.com/en-gb/library/aa363852.aspx), and if that returns failure, the action will treat it as such.