Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to usb
Message
De
07/04/2005 09:04:43
 
 
À
07/04/2005 08:51:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Divers
Thread ID:
01002192
Message ID:
01002243
Vues:
16
hi,
thank you very much.
it works.
best regards

>
>oFSO = CREATEOBJECT("Scripting.FileSystemObject")
>cSource = "E:\Dra"
>cDestination = "G:\"
>oFSO.CopyFolder(cSource, cDestination) && it does not overwrite the old content, if found
>&& or
>oFSO.CopyFolder(cSource, cDestination, .T.) && it overwrites any content, if OS allows it.
>
>
>Hope this helps.
>
>
>(update. I forgot to add the formatting tags).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform