Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete folder...API
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00157368
Message ID:
00157579
Vues:
17
Hello George,

I appreciate your time and response very much.

Ken Weber forward me the following solution:

Hi Maurice,

This can be done very quickly using the Windows Scripting Host. On machines that have WSH installed, this can be done in one fell swoop in VFP:

FSO = CreateObject("Scripting.FileSystemObject")

if FSO.FolderExists("d:\moo")
FSO.DeleteFolder("d:\moo")
endif

Windows 98 has WSH built in. You can download it for other machines at: Microsoft Windows Scripting Host
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform