Jump to content

Progress Bar


Silver21uk
 Share

Recommended Posts

For a progress bar like this to work, you need to know how much has to be copied, and to have some idea every second (say) of how much has been copied.

Are these two bits of information available to you?

EXAMPLES

  • If you're using the URLDownloadToFile function, I think you might be able to gauge the current copy size at various intervals, with an Adlib function, but I don't think the source filesize is available .. yet.
  • If you're just doing a regular copy from one folder to another, then the source filesize is available via FileGetSize function, but I don't think you can measure the destination filesize until after the copy.
PS .. you might get more helpful response from the Support forum. This one is for people to post their scripts and tips on external utilities. :D Edited by trids
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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