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
Clipboard.GetFiles
Queries file paths on the clipboard.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Clipboard | 5.1 | Yes | Yes | No | No | Yes |
MBS( "Clipboard.GetFiles" ) More
Parameters
none
Result
Returns list or error.
Description
Queries file paths on the clipboard.If you copy files in Finder or Explorer, you can use this plugin function to get a list of files.
Returns native file paths, so you may need Path.NativePathToFileMakerPath function.
For server this will query the clipboard of the user account running the server app on the server computer and not the clipboard of any client.
Examples
Query list of files:
MBS( "Clipboard.GetFiles" )
See also
- Clipboard.GetData
- Clipboard.GetText
- Clipboard.GetTypes
- Clipboard.SetFiles
- Path.NativePathToFileMakerPath
Blog Entries
Created 23th April 2015, last changed 29th April 2016
Clipboard.GetFileMakerData - Clipboard.GetHTMLText
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins