Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to usb
Message
De
02/07/2005 03:14:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Copy to usb
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01028452
Message ID:
01028452
Vues:
87
hi all,
i try to copy myfile table1.dbf to usb via this code under

i get error message OLE error code 0x800a004c unknown com status code
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
cSource = "E:\NEWBASAM\TABLE1.DBF"
cDestination = "F:\"
oFSO.CopyFolder(cSource, cDestination)
&& or
oFSO.CopyFolder(cSource, cDestination, .T.) 
thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform