Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with copying file
Message
From
27/04/2004 23:47:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Problem with copying file
Miscellaneous
Thread ID:
00898829
Message ID:
00898829
Views:
39
i'm trying to do a copy from within foxpro. i have infile="c:\drs\test.pdf". i try to copy the file to a different directory like,
copy file &infile to "c:\"+juststem(infile)+".pdf"
why am i getting an error, like there "command contains unrecognized phrase/keyword"

if i try something like,
copy file infile to "c:\"+juststem(infile)+".pdf"
i get error that file infile does not exist.

pls help me!!!
Next
Reply
Map
View

Click here to load this message in the networking platform