canSelectHiddenExtension
A Boolean value that indicates whether the panel displays UI for hiding or showing filename extensions.
Declaration
var canSelectHiddenExtension: Bool { get set }Discussion
Set the value of this property before displaying the panel. When the value of this property is true, and the Finder preference “Show all extensions” is false, the panel displays the Hide Extension menu item. The default value of this property is false.
Use the isExtensionHidden property to hide or shows extensions.