Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
FileDialog.SetTreatsFilePackagesAsDirectories
Sets the panel's behavior for displaying file packages (for example, MyApp.app) to the user.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| FileDialog | 2.7 | Yes | No | No | No | No |
MBS( "FileDialog.SetTreatsFilePackagesAsDirectories"; value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| 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 blog