Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy a file to an Empty Folder
Message
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:
01101326
Vues:
11
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform