Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Folders copying
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00751931
Message ID:
00751941
Vues:
24
>Hi all,
>
>I want to copy folders that has subfolders and files. Can any one help me how to do it in VFP.
>
>Thanks in advance.
>
Mun,

Not directly with VFP, but you can use the Windows Script Host's FileSystemObject.
oFSO = CREATEOBJECT('Scripting.FileSystemObject')
oFSO.CopyFolder(lcsource, lcdestination, [.T. - Overwrite files ])
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform