Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy file syntax
Message
 
 
À
02/06/2008 11:00:44
Ransome So
Ransome's Workshop
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 2000 SP4
Divers
Thread ID:
01320997
Message ID:
01321001
Vues:
11
Hi Ransome,

Use name expressions and meaningful names for your variables, e.g.
lcSourceFile = "filename.ext"
lcDestinationFile = "..."

copy file (m.lcSourceFile) to (m.lcDestinaitonFile)
>Dear all,
>
>In order to copy a file to the mass storage media, a claue copy file to perform the action :
>
>a="filename.ext"
>b="g:\filename.ext"
>
>copy file a to b
>
>The system report to me that no file named a.
>
>What wrong to me ??
>
>
>
>Regards,
>
>Ransome
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