Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progression bar while copying files
Message
From
18/06/2005 15:06:09
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01024640
Message ID:
01024641
Views:
23
>I am using the code below and it works fine
>However it does not display a progress bar
>
>set safe off
>
>COPY FILE C:\1_test\*.* TO c:\1_test_bkp
>
>set safe on
>
>It possible ?
>Or can I call this fuction from the window ?
>
>Moises

You might replace this with a loop that copies one file at a time, and updates a progress bar after every file.

adir() will give you a list of files.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform