Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DocumentPicker.Move
Shows dialog to move files.
Component | Version | macOS | Windows | Linux | Server | 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
This function is free to use.
Created 28th January 2019, last changed 28th January 2019