User Guide

190 Workspace
Arguments
arrWidth
The arrWidth argument is an array of integers that represents the widths to use for each
column in the control.
Returns
Nothing.
resWin.setFileList()
Availability
Dreamweaver 4.
Description
Gives the Results window a list of files, folders, or both to call a set of commands to process.
Arguments
arrFilePaths, bRecursive
The arrFilePaths argument is an array of file or folder paths to iterate through.
The bRecursive argument is a Boolean value that indicates whether the iteration should
be recursive (
true) or not (false).
Returns
Nothing.
resWin.setSelectedItem()
Availability
Dreamweaver 4.
Description
Sets the selected item to the one specified by itemIndex.
Arguments
itemIndex
The index of the item in the list to select.
Returns
The index of the previously selected item
000_DW_API_Print.book Page 190 Wednesday, July 20, 2005 11:58 AM