TrFile_GetFileMakerPathFromFullPath |
Returns the FileMaker styled full path (converted from a native path)
Syntax
TrFile_GetFileMakerPathFromFullPath( switches ; filepath )
TrFile_GetFileMakerPathFromFullPath |
Returns the FileMaker styled full path (converted from a native path)
TrFile_GetFileMakerPathFromFullPath( switches ; filepath )
TrFile_GetFullPathFromFileID |
Returns the current full path of a file using the deviceID and fileID of a file.
TrFile_GetFullPathFromFileID( switches ; fileID ; deviceID )
TrFile_GetFileName |
Returns the name of a file (or folder) in the filePath, including the extension
TrFile_GetFileName ( switches ; filePath )
TrFile_DragAndDrop |
This function implements drag and drop of files and folders onto a FileMaker window.
TrFile_DragAndDrop ( switches ; fileName ; scriptName ; { fieldBounds } )
TrFile_Search |
Search a folder (or volume) for a file or folder (directory).
TrFile_Search ( switches ; folderPath ; searchName )
Bring To Front |
Brings the FileMaker Pro application to the front
Bring To Front [ Select ; Result (error) ]
TrFile_GetExtension |
Returns the extension of a file path
TrFile_GetExtension ( switches ; filePath )
TrFile_BringToFront |
Brings the FileMaker Pro application to the front
TrFile_BringToFront
TrFile_GetCodeSignInfo |
Gets code sign information of a (application) file or checks if the signing is valid
TrFile_GetCodeSignInfo ( switches ; filePath )
TrFile_ExchangeFiles |
Exchanges two files on disk
TrFile_ExchangeFiles ( switches ; filePath1 ; filePath2 )