Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleting from Recycle Bin
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01110745
Message ID:
01111260
Vues:
30
oShell = CREATEOBJECT("Shell.Application")
oFolder = oShell.NameSpace("c:\Recycled")

oItems = oFolder.Items
FOR EACH oItem IN oItems
	? oItem.Name
NEXT
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform