Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DocumentPicker.Open

Shows dialog to open files.

Component Version macOS Windows Linux Server iOS SDK
FileDialog 9.1 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "DocumentPicker.Open"; AllowedUTIs; Flags { ; DirectoryPath } )   More

Parameters

Parameter Description Example Flags
AllowedUTIs The list of allowed universal types. "public.jpeg¶public.png"
Flags Available in MBS FileMaker Plugin 11.0 or newer.
Various flags.
Value 1: Whether to allow multiple files to be selected. (iOS 11 or newer, otherwise ignored)
Value 2: Whether to show file extensions (iOS 13 or newer, otherwise ignored)
You can combine both flags and pass 1+2.
1
DirectoryPath Available in MBS FileMaker Plugin 11.0 or newer.
The path to the directory to use as base.
New in iOS 13.
$documentFolderPath Optional

Result

Returns OK or error.

Description

Shows dialog to open files.
The user selects an external document. The document picker provides access to the document, and the user can edit the document in place.

On success, we store the list of file paths and trigger script. Script is trigger with parameter "Pick" or "Cancel".
The paths list refers to the selected documents.

Warning: Function returns immediately and dialog shows after function returned asynchronously.
For FileMaker database files, please use com.filemaker.doc.fmp12 as UTI or simply public.data.

See also

Release notes

Example Databases

Blog Entries

This function is free to use.

Created 28th January 2019, last changed 27th December 2020


DocumentPicker.Move - DocumentPicker.SetTrigger