Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy a file to an Empty Folder
Message
From
03/03/2006 13:13:20
 
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:
01101329
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)

Sure it's either COPY FILE FileName1 TO FileName2

or

COPY TO fileName .... the currently selected file!

but not COPY FileName1 TO FileName2

and what's the "... and Settings\URV.DBF" all about? That's not in the syntax either.
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform