Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy a file to an Empty Folder
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01101321
Message ID:
01101326
Views:
12
>Hi Friends,
>
>I need to copy a file for an empty folder. The command COPY FILE doesn't work
>
>I used:
>
>COPY URV.DBF TO "C:\Documents and Settings\URV.DBF"
>
>and appears the message "Command Contains Unrecognized phase/keyword."
>
>Can anybody help me ?
>
>Thanks in advance
>
>Dionisio

See inline.

Or

lcNewName = "C:\Documents and Settings\URV.DBF"

copy URV.DBF to (m.lcNewName)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform