Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Better way to copy files
Message
From
07/02/2002 12:05:38
 
 
To
07/02/2002 12:00:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00616676
Message ID:
00616725
Views:
27
The variables are actually fields in a table with a list of files and where they need to be copied to. The contents vary, but it seems to be having a space in the file names that kill it.

Aha! I just found a way to do it. I went over to copy the code for you and noticed in the last thing I tried to do, I forgot the word "FILE". I added that and it worked. (That wasn't the problem in the original code, just the latest experiment)

Here's how it's working:

lcCommand = [COPY FILE"]+mFromPath+[" TO "]+mToPath+["]
EXECSCRIPT(lcCommand)

Thanks,

Michelle


>Michelle,
>
>The syntax you are using should work, assuming filevar1 and filevar2 are character expressions and the files exist.
>
>How are these two variables created (can you post more code)? Please post what their contents are when it fails...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform