Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Installs fix for file drag and drop problem.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FM | 7.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
Enable | Whether to enable or disable. Pass 1 to enbale or 0 to disable. Default if no parameter is given is enable. |
1 | |
TempFolder | Available in MBS FileMaker Plugin 8.1 or newer. The native path of temp folder to use. Leave empty for standard one. |
MBS("Folders.UserDesktop") | Optional |
DeleteTempFiles | Available in MBS FileMaker Plugin 8.1 or newer. Whether to delete temp files. Default is 1 to delete last file them when next file is to be dragged. |
1 | Optional |
Returns OK or error.
Allow file drops from container to Finder:
Set Variable [$r; Value:MBS( "FM.AllowFileDragDrop" )]
This function checks for a license.
Created 8th January 2017, last changed 26th January 2018