Troi File Plugin 3.5 Changelog


Back to Troi File Plugin

Back to Troi File Plugin Changelog


  • Troi File Plugin 3.5 - 12th July 2006
    • Made compatible with FileMaker Pro 8.5.
    • (Mac OS X) Converted to Universal plug-in which runs natively on PowerPC and Intel Macs.
    • Improved the TrFile_CopyFile function, it is much faster and can now copy files bigger than 2 Gb.
    • Added new switch to the TrFile_GetContents function: “-ConvertToFMPLinebreaks”.
    • This will still get the data of the selected file but also convert any line breaks to the line break FileMaker expects: CRLF, LF and CR will all become CR. .
    • NOTE only use this when getting text files, as it might change the data returned. If for example you use it with an image file the imported image might get corrupted.
    • Added 3 functions to get the last access date of a file: See Attribute.fp7 for details.
    • Added set TrFile_SetMetaData function, which can set the IPTC metadata in JPEG files.
    • Improved TrFile_SelectFileDialog and TrFile_SaveFileDialog: the initial directory can now be longer than 150 characters.
    • Cleaned up code in several places.