TrFile_ExportToFile |
Exports the (binary) contents of a container field or variable to a new file.
Syntax
TrFile_ExportToFile ( switches ; source ; filePath )
Online help for Troi Plug-ins for FileMaker Pro 16.
TrFile_ExportToFile |
Exports the (binary) contents of a container field or variable to a new file.
TrFile_ExportToFile ( switches ; source ; filePath )
TrFile_CreateFileWithContents |
Creates a new (data) file and fills it with (text) contents in one step.
TrFile_CreateFileWithContents ( switches ; filePath ; contents)
Create File with Contents |
Creates a new (data) file and fills it with (text) contents in one step.
Create File with Contents [ Select ; Result (error) ; FilePath ; Contents ;
Create Folders ]
TrFile_AppendContents |
Append characters to the contents of an existing file indicated by the SetDefaultFileSpec function.
TrFile_AppendContents ( switches ; text )
TrFile_AppendToFile |
Append characters to the contents of an existing file
TrFile_AppendToFile ( switches; filepath ; text )
TrFile_AsciiValueToText |
Converts (one or more) numbers to their equivalent ASCII characters.
TrFile_AsciiValueToText ( switches ; ASCIIvalues { ; separator } )
TrFile_ContentsDialog |
Shows the user a file selection dialog, the contents of the selected file is returned.
This function is a combination of “TrFile_SelectFileDialog” followed by a “TrFile_GetContents” function.
TrFile_ContentsDialog ( switches ; { prompt ; { initialFolder } } )
TrFile_Control |
Controls the functions of the plug-in. You can disable and enable the functions of the plug-in. This allows you to create powerful solutions, without the risk of users misusing the functions, causing unwanted or harmful results.
TrFile_Control ( switches ; { password } )
TrFile_ConvertFromFMText |
Converts text formatted in the internal FileMaker format to text formatted in the format of the current operating system running on this computer. On Windows the High ASCII characters (128-255) are not the same as stored internally in FileMaker.
TrFile_ConvertFromFMText ( switches ; text )
TrFile_ConvertToFMText |
Converts text formatted in the format of the current operating system running on this computer to text formatted in the internal FileMaker format. On Windows the High ASCII characters (128-255) are not the same as stored internally in FileMaker.
TrFile_ConvertToFMText ( switches ; text )