arunvellat
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
0
- Joined: 5/16/2005
- Location: India
-
Status: offline
|
Accessings individual files in files collection
Monday, May 16, 2005 11:02 PM
( permalink)
Hi all, how can I access individual files in the files collections of the Folder object (FileScriptingObject) using index no. ? I'm using asp with vbscript. I do not want to use the For...Each loop . I want to get the second file by saying something like folder.file(2) or folder.file.item(2) . However, neither of them work . So , how do I do that ? Please do reply soon (its kinda urgent!) Thanks
|
|
|
|
kirrilian
-
Total Posts
:
629
- Scores: 3
-
Reward points
:
0
- Joined: 3/15/2005
- Location:
-
Status: offline
|
Re: Accessings individual files in files collection
Tuesday, May 17, 2005 3:36 AM
( permalink)
the only way i know to go through a collection returned by fso is with a "for each" loop.
|
|
|
|