Instance Property
canChooseDirectories
A Boolean that indicates whether the panel allows the user to choose directories to open.
Declaration
@property BOOL canChooseDirectories;
Discussion
When the value of this property is YES
, the panel allows the user to choose directories.
See Also
Configuring Panels
canChooseFiles
A Boolean that indicates whether the panel allows the user to choose files to open.
resolvesAliases
A Boolean that indicates whether the panel resolves aliases.
allowsMultipleSelection
A Boolean that indicates whether the panel’s browser allows the user to open multiple files (and directories) at a time.