Hello,
I'm looking to code a loading bar to only move when a file has been installed copied to it's destination.
I would like it to calculate each file size correctly so that the bigger files will cause the progress bar to move more than a smaller file.
The only way i can think of doing this is to calculate the total file size of all files i want to copy and then monitor the destination directory's file size and then read it back to a progress bar!
Could anyone suggest a better or easier way to do this?
Thanx in advance...
I'm looking to code a loading bar to only move when a file has been installed copied to it's destination.
I would like it to calculate each file size correctly so that the bigger files will cause the progress bar to move more than a smaller file.
The only way i can think of doing this is to calculate the total file size of all files i want to copy and then monitor the destination directory's file size and then read it back to a progress bar!
Could anyone suggest a better or easier way to do this?
Thanx in advance...