Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to usb
Message
De
02/07/2005 04:35:23
 
 
À
02/07/2005 03:14:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01028452
Message ID:
01028459
Vues:
16
>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.

....Folder#....File
COPY FILE "E:\NEWBASAM\TABLE1.DBF" TO "F:\"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform