Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
FileDialog.SetCanSelectHiddenExtension
Sets whether the panel allows the user to hide or show extensions.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FileDialog | 2.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "FileDialog.SetCanSelectHiddenExtension"; value ) More
Parameters
Parameter | Description | Example |
---|---|---|
value | The new setting. | 1 |
Result
Returns OK.
Description
Sets whether the panel allows the user to hide or show extensions.Examples
Allow selecting hidden extensions:
Set Variable [$r; Value:MBS("FileDialog.SetCanSelectHiddenExtension"; 1)]
See also
- FileDialog.GetCanSelectHiddenExtension
- FileDialog.OpenFileDialog
- FileDialog.SaveFileDialog
- FileDialog.SelectFolderDialog
- FileDialog.SelectItemDialog
Example Databases
This function is free to use.
Created 18th August 2014, last changed 13th January 2021