Files.Item() (Method)

An accessor for retrieving individual File objects by name from a Files collection.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:File object
JavaScript syntax:IEmyFiles.Item(aName)
Argument list:aNameThe name of a file within its folder

With this method, you can locate a named File object within the Files collection if it is present. The file name is used as a key to locate the required object.