Folders

JScript3.0+Syntax

Core JScript Collection of Folder objects.

Description

The Folders collection holds a read-only collection of all the available folders. A collection is similar to an array except that an item pointer is used to navigate through the items in the collection rather than an array index. As you would with arrays, you can only move the current item pointer to the first or next element of a collection. Because the Folder object is a collection, the folders can be accessed only by using an Enumerator object. The properties associated with the Folders collection are listed in Table 9.16. For more information on accessing collections see the Enumerator section in this chapter.

Table 9.16. Properties Associated with Folders ...

Get Pure JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.