Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
FileDialog.SetTreatsFilePackagesAsDirectories
Sets the panel's behavior for displaying file packages (for example, MyApp.app) to the user.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
FileDialog | 2.7 | Yes | No | No | No | No |
MBS( "FileDialog.SetTreatsFilePackagesAsDirectories"; value ) More
Parameters
Parameter | Description | Example value |
---|---|---|
value | If 1, the panel will display file packages as directories; if 0, it will not. | 1 |
Result
Returns OK.
Description
Sets the panel's behavior for displaying file packages (for example, MyApp.app) to the user.Default is off (0).
This setting has no effect on Windows.
Examples
Look inside of bundles:
Set Variable [$r; Value:MBS("FileDialog.SetTreatsFilePackagesAsDirectories"; 1)]
See also
- FileDialog.GetTreatsFilePackagesAsDirectories
- FileDialog.OpenFileDialog
- FileDialog.SaveFileDialog
- FileDialog.SelectFolderDialog
- FileDialog.SelectItemDialog
Example Databases
Created 18th August 2014, last changed 18th October 2016
FileDialog.SetShowHidden - FileDialog.SetUseSheet
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos