‎02-02-2010 04:56 PM
Hello,
I am ussing the "copy vi " to copy a windows directory in a different location and works vey well, but I would like to show to the application user the advance amount of the directory copy performed by my LabVIEW 8.2 application, as windows do (or better because normally windows is not accurate in the remaining time).
Does any body know how to do it?
Any help will be welcome
AJJR
‎02-02-2010 05:56 PM
‎02-03-2010 02:24 PM
‎02-03-2010 02:45 PM
In order to use the progress bar, you would have to copy one file at a time instead of selecting an entire folder and with the one file at a time, the progress would only indicate how many files were copied as a percentage of how many total. It would not represent how much time is left because that would depend on file size.
‎02-04-2010 05:59 PM
Thank you Dennis, it sounds better, this explain why windows is not accurate in "remaining time" (the files have not the same size) is easier to know the remaining files than the remaining time.
I appreciate your comment and help