Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy file syntax
Message
 
 
To
02/06/2008 11:00:44
Ransome So
Ransome's Workshop
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
01320997
Message ID:
01321001
Views:
10
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
Previous
Reply
Map
View

Click here to load this message in the networking platform