TrFile_VersionAutoUpdate |
Use this function to see which version of the plug-in is loaded, formatted for FileMaker Server’s AutoUpdate function. Returns 8 digit number to represent an AutoUpdate version.
Syntax
TrFile_VersionAutoUpdate
Online help for Troi Plug-ins for FileMaker Pro 16.
TrFile_VersionAutoUpdate |
Use this function to see which version of the plug-in is loaded, formatted for FileMaker Server’s AutoUpdate function. Returns 8 digit number to represent an AutoUpdate version.
TrFile_VersionAutoUpdate
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 ]
Append to File |
Append characters to the contents of an existing file
Append to File [ Select ; Result (error) ; FilePath ; Text to append ;
Encoding ; Line endings ]
Copy File |
Copies a file to the specified path.
Copy File [ Select ; Result (error) ; Source filePath ;
Destination filePath ]
Copy Folder |
Copies a folder to the specified folder path.
Copy Folder [ Select ; Result (error) ; Source folderPath ;
Destination folderPath ]
Create Alias |
Create an alias file (or shortcut) from the source file or source folder.
Create Alias [ Select ; Result (error) ; Source path ;
Destination aliasPath ]
Create File |
Creates a new empty file in the location indicated by the filePath.
Create File [ Select ; Result (error) ; FilePath ; Create Folders ]
Create Folder |
Creates a new (empty) folder (subdirectory).
Create Folder [ Select ; Result (error) ; FolderPath ]
Create Thumbnail |
Creates a thumbnail (a small image of normally 80×80 pixels) from a graphics file and returns it.
Create Thumbnail [ Select ; Thumbnail ; FilePath ; Thumbnail Name ;
Thumbnail size ; Make Square ; Thumbnail Type ]
Create Zip |
Create a ZIP file, from the specified file or folder.
Create Zip [ Select ; Result (error) ; Source path ; Destination Zip file ;
Timeout ]