Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create folder and copy data into it
Message
De
27/09/2004 13:45:28
 
 
À
26/09/2004 23:08:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00946159
Message ID:
00946359
Vues:
27
This will create the destination directory for you on E:\ and also create all subdirectories and copy their contents.
oShell = CreateObject("Shell.Application")
oFoldr = oShell.NameSpace("E:\")
oFoldr.CopyHere("D:\ACCOUNT")
RELEASE oShell, oFoldr
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform