Hello,
I've some code that copies the content of a folder into another folder. However, the size can be quite large and I'd like to give the user an estimate of how long it will take beforehand.
Now, it's easy enough to get the size of the folder via the filesystemobject, but I'm at a loss as to what to divide that with.
I could do some copying in explorer and mark down the size and time indication, but I don't think that'll be too representative.
Does anyone have any suggestions how to best go about this?
Cheers,
Roel
I've some code that copies the content of a folder into another folder. However, the size can be quite large and I'd like to give the user an estimate of how long it will take beforehand.
Now, it's easy enough to get the size of the folder via the filesystemobject, but I'm at a loss as to what to divide that with.
I could do some copying in explorer and mark down the size and time indication, but I don't think that'll be too representative.
Does anyone have any suggestions how to best go about this?
Cheers,
Roel