Contents

allowsMultipleSelection

A Boolean that indicates whether the user may select multiple files and directories.

Declaration

var allowsMultipleSelection: Bool { get set }

Discussion

When the value of this property is true, the user may select multiple items from the browser. When the selection contains multiple items, use the urls property to retrieve those items instead of the inherited url property.

See Also

Configuring the Open Panel