Troi File Plugin 3.0.4 Changelog


Back to Troi File Plugin

Back to Troi File Plugin Changelog


  • Troi File Plugin 3.0.4 - 8th June 2005
    • New Features:
      • Added two new functions to change the creation date and modification date of a file: TrFile_SetTimestampCreated and TrFile_SetTimestampModified. Added examples for this in the Attributes.fp7 example file.
      • Added switch to TrFile_SetContents and TrFile_AppendContents functions: -CRtoCRLF. This switch makes it possible to write files using Windows line endings. Return characters in the text parameter are substituted with CRLF (Carriage Return followed by a Line Feed) in the written file.
      • Improved the GetExif.fp7 example file: It now clears the field text when no IPTC data is present in the JPEG file.
      • Added support for importing PDF files in the Import1Image.fp7 example file. This will work only on Mac OS X, as FileMaker only supports PDFs there.
    • Bug Fixes and Corrections:
      • Improved handling of Unicode in TrFile_CreateFolder function. The handling of Unicode is now more robust, as file paths with higher Unicode characters in both the foldername and the path are now handled correctly.
      • (Windows) Fixed a bug in TrFile_SetContents, where the file length would not be set correctly, if the file already existed.
      • (Mac OS X) Fixed a resource conflict at idle time with other plug-ins. Also the plug-in no longer needs processor time when FileMaker is idle.
      • Updated User Guide and included TrFile_Exists documentation.