version 11
SET FILE TO PASTEBOARD (filePath)
Parameter | Type | Description | |
filePath | String | Complete pathname of file |
Description
The SET FILE TO PASTEBOARD command adds the complete pathname passed in the filePath parameter.
This command can be used to set up interfaces allowing the drag and drop of 4D objects to files on the desktop for example.
Note: The pasteboard is in read-only mode during the On Drag Over form event. It is therefore not possible to use this command in that context.
See Also