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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Puts a list of file paths on the clipboard.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Clipboard | 5.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Paths | The list of file paths. | "C:\Users\Christian\Desktop\Jaguar Aqua Graphite.jpg" |
Returns OK or error.
Put a file path to clipboard on Windows:
MBS("Clipboard.SetFiles"; "C:\Users\Christian\Desktop\test.fmp12")
Put two file paths on clipboard on Windows:
MBS("Clipboard.SetFiles"; "C:\Users\Christian\Desktop\test.fmp12¶C:\Users\Christian\Desktop\Jaguar Aqua Graphite.jpg")
Put a file path on clipboard on Mac:
MBS("Clipboard.SetFiles"; "/Users/cs/Desktop/todo.rtf")
Created 23th April 2015, last changed 3th June 2015
Clipboard.SetFileMakerData - Clipboard.SetHTMLText
Feedback: Report problem or ask question.