Folders Collection methods act on the file system hierarchy. They must be called from a Folder object instance. The methods apply to the folders in the folder represented by the calling Folder object instance.
Folders Collection
Methods
add |
Creates folder within in the file system.
|
contains |
Checks the file system hierarchy to see if a specified folder exists.
|
fetch |
Returns a Folder object instance.
|
getNames |
Returns the names of the subfolders within a specified folder.
|
getObjects |
Returns an Array object instance containing the Folder object instances that correspond to the subfolders in a specified folder.
|
remove |
Removes a folder from the system hierarchy.
|
|
|