
![]() |
TrFile_GetFileName |
Returns the name of a file (or folder) in the filePath, including the extension
Syntax
TrFile_GetFileName ( switches ; filePath )
![]() |
TrFile_GetFileName |
Returns the name of a file (or folder) in the filePath, including the extension
TrFile_GetFileName ( switches ; filePath )
![]() |
TrFile_GetPreferredLanguages |
Returns a list of the preferred language and country codes for the current user, like “en-GB”
TrFile_GetPreferredLanguages ( switches )
![]() |
TrFile_CreateThumbnail |
Creates a thumbnail (a small image of normally 80×80 pixels) from a graphics file and returns it.
TrFile_CreateThumbnail ( switches ; filePath ; {thumbnailName} )
![]() |
TrFile_GetMetaData |
Gets metadata out of an image, movie or pdf. Metadata can be inserted by for example Photoshop and can contain a description of the image, copyright information, camera information, etc.
TrFile_GetMetaData ( switches ; source )
![]() |
TrFile_SelectFileDialog |
Presents the user with a standard dialog and displays all files in a directory.
TrFile_SelectFileDialog ( switches ; prompt ; { initialFolder } )
![]() |
TrFile_SetFileAttribute |
Sets an attribute of the file specified by the filePath.
TrFile_SetFileAttribute ( switches ; filePath ; cftype ; comment )
![]() |
TrFile_GetAsPlainText |
Returns the text contents of a PDF file converted to plain text
TrFile_GetAsPlainText( switches ; filePath )
![]() |
TrFile_DragAndDrop |
This function implements drag and drop of files and folders onto a FileMaker window.
TrFile_DragAndDrop ( switches ; fileName ; scriptName ; { fieldBounds } )
![]() |
Add DragAndDrop Handler |
This step implements drag and drop of files and folders onto a FileMaker window.
Add DragAndDrop Handler [ Select ; Result (error) ; FileName ; ScriptName ;
FieldBounds ; Cursor type ; Allow Mail Drops ;
Scroll the drop zone ]
![]() |
Stop DragAndDrop Handlers |
Stops drag and drop handling of the plug-in.
Stop DragAndDrop Handlers