Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP/Scripting Host (Shell Object) tip
Message
De
21/11/1999 14:19:43
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00292982
Message ID:
00293683
Vues:
54
>Set winShell = CreateObject("Shell.Application")
>winShell.NameSpace("c:\Destination folder\").CopyHere "L:\Source folder\MyFile.dbf"
>Set winShell = Nothing

This is an excellent tip, Igor. But you should have also pointed out that this function also uses the Windows file copy animation when copying large enough files. For anyone interested, Here is a VFP translation of the code to copy a file:

oShell = CREATEOBJECT("Shell.Application")
oShell.NameSpace("c:\").CopyHere("c:\\somefolder\somefile.dbf")
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform