Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Path name
Message
From
20/06/2000 23:13:04
 
 
To
20/06/2000 17:30:01
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00371272
Message ID:
00382526
Views:
25
>This will not work :
>
>dest = "c:\program files\test.txt"
>copy file test.txt to &dest
>
>But this will :
>
>dest = '"c:\program files\test.txt"'
>copy file test.txt to &dest



This will work too:
dest = "c:\program files\test.txt"
copy file test.txt to (dest)
Sylvain Demers
Previous
Reply
Map
View

Click here to load this message in the networking platform