Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting from Recycle Bin
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01110745
Message ID:
01111260
Views:
34
oShell = CREATEOBJECT("Shell.Application")
oFolder = oShell.NameSpace("c:\Recycled")

oItems = oFolder.Items
FOR EACH oItem IN oItems
	? oItem.Name
NEXT
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform