Instance Property
treatsFilePackagesAsDirectories
A Boolean value that indicates whether the panel displays file packages as directories.
Declaration
@property BOOL treatsFilePackagesAsDirectories;
Discussion
When the value of this property is YES
, the panel displays file packages as directories; if NO
, it will not.
See Also
Configuring Panel Content
extensionHidden
A Boolean value that indicates whether the extension-hiding checkbox is visible and checked.
canSelectHiddenExtension
A Boolean value that indicates whether the panel allows the user to hide or show file extensions.
allowedFileTypes
An array of NSString
objects specifying the allowed file types for the panel.
allowsOtherFileTypes
A Boolean value that indicates whether the panel allows the user to save files with an extension that’s not in the list of allowed types.