Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleting a Directory and all sub-directory...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00795177
Message ID:
00795181
Vues:
16
This message has been marked as a message which has helped to the initial question of the thread.
You can use WSH.
oFso = CreateObject("Scripting.FileSystemObject")
lcFolder = < ... > 
oFso.DeleteFolder(lcFolder)
>I need to delete directories and all sub-directories.
>
>On the Old DOS we had a commande "DelTree" that do just that.
>
>Any one know a quick we to do just that in VFP?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform