Object
FileCollection |
Description
Returns a File object.
Syntax
object.Item[Index]
Part |
Description |
object |
An object expression that evaluates to a FileCollection object |
Index |
Index of the file |
Remarks
Index must be in the range 0 to FileCollection.Count -1. If Index is invalid, the property will have the value nil.