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
DocumentPicker.Move
Shows dialog to move files.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| FileDialog | 9.1 | No | No | No | No | Yes |
MBS( "DocumentPicker.Move"; Paths ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Paths | Native file path list for the documents to pass. | "/Containers/testApp/Documents/test.txt" |
Result
Returns OK or error.
Description
Shows dialog to move files.The user selects an external destination. The document picker moves the document; however, the user can still access the document as an external 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 path list refers to the documents' new locations.
Warning: Function returns immediately and dialog shows after function returned asynchronously.
See also
- DocumentPicker.Export
- DocumentPicker.File
- DocumentPicker.Files
- DocumentPicker.Import
- DocumentPicker.Open
Created 28th January 2019, last changed 28th January 2019
DocumentPicker.IsVisible - DocumentPicker.Open
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins