Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to usb
Message
De
07/04/2005 08:51:25
 
 
À
07/04/2005 08:47:30
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:
01002239
Vues:
17
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).
Grigore Dolghin
Class Software.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform