TrFile_SetTimestampModified |
Sets the modification date/time of the file specified by the filePath.
Syntax
TrFile_SetTimestampModified ( switches ; filePath ; timestamp )
TrFile_SetTimestampModified |
Sets the modification date/time of the file specified by the filePath.
TrFile_SetTimestampModified ( switches ; filePath ; timestamp )
TrFile_Substitute |
Substitutes every occurrence of a specified set of characters in a (text) file with another set of characters you specify, and writes the revised file. The Substitute function is case sensitive.
TrFile_Substitute ( switches ; sourceFile ; destinationFile ;
search string ; replace string )
TrFile_UnmountDisk |
Unmounts and ejects a remote or removable disk.
TrFile_UnmountDisk ( switches ; diskname )
TrFile_UnZip |
Expands a ZIP file into the specified folder.
TrFile_UnZip ( switches ; sourceZipFileSpec ; destFolderSpec )
TrFile_Version |
Use this function to see which version of the plug-in is loaded.
Note: This function is also used to register the plug-in.
TrFile_Version ( switches )
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 ]