TrFile_AsciiValueToText |
Converts (one or more) numbers to their equivalent ASCII characters.
Syntax
TrFile_AsciiValueToText ( switches ; ASCIIvalues { ; separator } )
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 )
TrFile_CopyFile |
Copies a file to the specified path.
TrFile_CopyFile ( switches ; sourceFilepath ; destinationFilePath )
TrFile_CopyFolder |
Copies a folder to the specified folder path.
TrFile_CopyFolder ( switches ; sourceFolderPath ; destinationFolderPath )
TrFile_GetFileName |
Returns the name of a file (or folder) in the filePath, including the extension
TrFile_GetFileName ( switches ; filePath )
TrFile_CreateAlias |
Create an alias file (or shortcut) from the source file or source folder.
TrFile_CreateAlias( switches ; sourcePath ; destAliasSpec )
TrFile_CreateZip |
Create a ZIP file, from the specified file or folder.
TrFile_CreateZip ( switches ; sourcePath ; destZipFile )