Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File copy problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows '98
Database:
Visual FoxPro
Divers
Thread ID:
01009170
Message ID:
01009739
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform