Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to usb
Message
From
02/07/2005 04:35:23
 
 
To
02/07/2005 03:14:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01028452
Message ID:
01028459
Views:
17
>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:\"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform