Jump to content

Recommended Posts

Posted

I have looked and looked and either I am 1.) blind or 2.) it hasn't been posted. I have progress bars with copying files working, but I need to do multiple file copies. The file list will come from user-input, NOT a range (no wildcards like *.jpg or anything).

Any suggestions? Links? Code?

Thanks in advance.

-J

Posted (edited)

Do you want multiple progress bars or like an "overall progress" progress bar and a "current file being copied" progress bar?

"Overall"

Just as if you drag 10 files from one folder to another... A progress bar for the entire file list being copied.

Reason Needed: At work, we pull files from a server. Right now, you type in a part number and it pulls the file from the appropriate location. These are large files, so it would be great to type in many part numbers and have them all copy at once in a single function. I can do the rest of the code; I just can't figure out the damn mulitple copy part. It has to have a progress bar because not all of the co-workers are computer-savy, and will proceed to work thinking the file is done.

Edited by gnosis3d
Posted

Have you tried getting the file size of all the files, then add them together?

NOTE: I don't know how the progress bar works, I think it has to do with percentage of size copied. Am I wrong?

[font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
Posted

Have you tried getting the file size of all the files, then add them together?

NOTE: I don't know how the progress bar works, I think it has to do with percentage of size copied. Am I wrong?

Actually you just got me thinking...

I am going to try doing it a different way than through Windows... but if anyone flat out KNOWS how to do this, then still post.

Thanks BA-LA.

  • 4 weeks later...
Posted

Have you tried getting the file size of all the files, then add them together?

NOTE: I don't know how the progress bar works, I think it has to do with percentage of size copied. Am I wrong?

Actually, last time i used it (progresson progressoff or something like that isnt it?) i had a variable to specifiy and i could manipulate the values to achieve the desired effect.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...