Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy file to special folders
Message
From
18/12/2008 16:15:56
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01365985
Message ID:
01368673
Views:
8
Thanks, Naomi
I'm confused about what the volume designation would be for "Internet Explorer"
I have not tried this yet - thought I'd ask you about it. Thanks again.

DECLARE Long CopyFile IN WIN32API ;
String SourceFileName, String DestFileName, Long bFailIfExists

lcFileName = "G:\staging\ABC.dbf"
lcCopyFileName = "..\Internet Explorer\FTPcompanyx.com\datafolderx\ABC.dbf"


IF CopyFile(lcFileName, lcCopyFileName, 0) = 0
? "Copy unsuccessful"
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform