Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying and Deleting Directories
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01399017
Message ID:
01399870
Vues:
63
> Is there something comparable for copying a folder along with all its subfolders?

The SHFileOperation API will do that: copy or move file|directory.

The Windows Scripting also can be used (well, internally it probably calls the SHFileOperation) :
fso = CREATEOBJECT("Scripting.FileSystemObject")
fso.CopyFolder([source], [destination])
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform