Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy file + variable, error
Message
 
To
04/08/2008 08:57:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01336220
Message ID:
01336249
Views:
15
>Don't use &, instead use (), and never add "" when you specify the filename directly
>COPY FILE (anxFullPth) TO DADOS\ENVIO.DBF
>COPY FILE (anxFullPth) TO (txtPathName)
Tore,

One correction you need to use "" if the file name has spaces in it as in;

COPY FILE (anxFullPth) TO" DA DOS\ENVIO.DBF"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform