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

Click here to load this message in the networking platform