View Single Post
Old Mar 21st, 2008, 11:36 PM   #12
Arla
Professional Programmer
 
Arla's Avatar
 
Join Date: Mar 2005
Posts: 299
Rep Power: 4 Arla is on a distinguished road
Re: problems with CopyFileEX

No, the second method will still have exactly the same problem, because when it's a problem with dividing an integer by another (at least it is in C#) it doesn't matter what you do, the result is an integer, and with the numbers you divide it's going to be either 0 (if transfered is less than total) or 1 (if transfered = total).

At least again, that's my (possibly completely wrong) guess.
Arla is offline   Reply With Quote