Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use Item collection in WSH files object
Message
From
26/07/2002 11:55:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
How to use Item collection in WSH files object
Miscellaneous
Thread ID:
00683037
Message ID:
00683037
Views:
53
Using the Scripting.FileSystemObject

I can get a reference to the files collection for a folder

And reference it as follows

FOR EACH file IN fold.files
? file.name
next


Since I often only want the first file found is there anyway I can avoid using "FOR EACH"

I had expected to get a reference as follows

myob= fold.Files.Item(1).name

but this does not work. I get the error "Member Item does not evaluate to an object"

What am I doing wrong:(
Next
Reply
Map
View

Click here to load this message in the networking platform