Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File copy problem
Message
 
To
29/04/2005 02:23:53
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01009170
Message ID:
01009739
Views:
14
Hello Dear
>
>Yes everything is on its place.
>Please suggest another command for me.
>
>Thanks


Hello Tariq,
another way is 'old dos trick':
May be this help you
count_files = ADIR(my_array,Sys(5)+Alltrim(Sys(2003))+'\utility.*')
source_path = ADDBS(Sys(5)+Alltrim(Sys(2003)))
target_path = "c:\windows\"

FOR m.count_loop = 1 TO m.count_files 
    COPY FILE (m.source_path + my_array[count_loop,1]) TO (m.target_path + my_array[count_loop,1])
NEXT
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Reply
Map
View

Click here to load this message in the networking platform