allowMultiSelect

Type: Boolean

Default Value: False

The allowMultiSelect property of the CMDFileSave class specifies whether the File Name list box of the common File Save dialog allows multiple selections.

The user can select more than one file at run time, by pressing the Shift key and using the arrow keys to select the required files.

The fileName property is returned as a string containing the names of all selected files, with the file names in the string delimited by spaces, preceded by the directory name. (See the getMultiSelectCount, getMultiSelectDirectory, and getMultiSelectFileTitle methods, which enable you to access the fileName property string when file names contain embedded spaces.)