Libraries
A collection of object libraries.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Library add( File fullName, Object withProperties )
Creates a new object libary.
Parameters
Number count()
Displays the number of elements in the Library.
Library item( Mixed index )
Returns the Library with the specified index or name.
Parameters
Library itemByName( String name )
Returns the Library with the specified name.
Parameters
Library itemByRange( Mixed from, Mixed to )
Returns the Libraries within the specified range.
Parameters
Library firstItem()
Returns the first Library in the collection.
Library lastItem()
Returns the last Library in the collection.
Library middleItem()
Returns the middle Library in the collection.
Library previousItem( Library obj )
Returns the Library with the index previous to the specified index.
Parameters
Library nextItem( Library obj )
Returns the Library whose index follows the specified Library in the collection.
Parameters
Library anyItem()
Returns any Library in the collection.
Library everyItem()
Returns every Library in the collection.
String toSource()
Generates a string which, if executed, will return the Library.
Library []( Number index )
Returns the Library with the specified index.