-
add( |
fullName [, withProperties]) |
→ Library |
-
Creates a new object libary.
fullName
|
File
The library's path and file name.
|
withProperties
|
Object
Initial values for properties of the new Library (Optional)
|
-
-
Returns any Library in the collection.
-
-
Displays the number of elements in the Library.
-
-
Returns every Library in the collection.
-
-
Returns the first Library in the collection.
-
-
Returns the Library with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Library with the specified name.
-
-
Returns the Libraries within the specified range.
from
|
The Library, index, or name at the beginning of the range. Can accept: Library, Long Integer or String.
|
to
|
The Library, index, or name at the end of the range. Can accept: Library, Long Integer or String.
|
-
-
Returns the last Library in the collection.
-
-
Returns the middle Library in the collection.
-
-
Returns the Library whose index follows the specified Library in the collection.
obj
|
Library
The Library whose index comes before the desired Library.
|
-
-
Returns the Library with the index previous to the specified index.
obj
|
Library
The index of the Library that follows the desired Library.
|
-
-
Generates a string which, if executed, will return the Library.