Back to product page

Item property


Returns reference to specific virtual file.

Type

A VirtualFile object. Reference to requested VirtualFile object.

Syntax

  • Basic
object.Item(Index)
The Item(object) syntax has these parts:
objectAn expression evaluating to an object of type VirtualFiles.

Remarks

Item property will return reference to requested VirtualFile. Index argument could be a number - as id of the file in the collection, or string as file name. First name that matches will be returned.

Platforms

Windows