Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy file
Message
De
02/05/2003 04:49:03
 
 
À
02/05/2003 04:27:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00784013
Message ID:
00784018
Vues:
20
>hi,all
>
> please your solution .. :)
>
>myapp -> A directory
>target -> B Directory
>destination -> C directory
>
>
>Can I copy from target to destination with command copy to or use copyfile (win api)
>

Wahyu, I am not sure what you are asking but VFP COPY FILE command allows wildcards and can copy files from one location to another.
cSrc_Files = "C:\AFolder\*.*"
cDst_Files = "C:\BFolder\*.*"

COPY FILE ( cSrc_Files ) TO ( cDst_Files )
HTH
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform