|
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.
|