// JP opened flex table

Click to See Complete Forum and Search --> : Problem with CopyFileW


stanlymt
July 2nd, 2008, 07:26 AM
I'm using CopyFileW to copy a temporary downloaded file to proper location.
But in a rare scenario, CopyFileW didnt return any error but first 198,324 bytes of 454,086 bytes of destination file was written empty, rest of data is copied properly.
This was used on Windows XP.
Please tell me where would have gone wrong.

//JP added flex table