Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy file to special folders
Message
De
18/12/2008 16:15:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01365985
Message ID:
01368673
Vues:
9
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform