Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy a file to an Empty Folder
Message
 
 
À
03/03/2006 13:13:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01101321
Message ID:
01101331
Vues:
10
>>>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.

You're right. I was fixing one problem and didn't notice the other <g>
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform