Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy File/Animation problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00271581
Message ID:
00271730
Vues:
21
>Try this VB code. It displays everything like Windows while copying files. This code can be transformed to VFP.
>
>
<i>
>cDestin = "c:\test\"
>cSource = "c:\data\Examples.dbf"
>winShell = CreateObject("Shell.Application")
>winShell.NameSpace(cDestin).CopyHere cSource
></i>
Nevermind last message, got it working by a little trial & error. The last line should be:

winShell.NameSpace(cDestin).CopyHere(cSource)

But it works great! Thanks much, Igor.
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform