Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internal copy command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00121971
Message ID:
00122045
Views:
23
>We seem to be having a problem with the Fox copy command
>
> LFOLDER = 'full path' + '\system\*.*'
> LFOLDER1 = 'full path'
> copy &LFOLDER TO &LFOLDER1
>
>When the full path = \XXXX or \AAAAA or \SSSSS\TTTT
>or anything with one word or 8 characters or less it works fine
>
>However when full path = \program files\time track -- or similiar, it does not work.
>Can anyone offer any input?
Glenn,

Try this;
COPY "&lFolder" TO "&lFolder1"
The quotes are required for paths that have long names or spaces in them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform