Troi File Plugin 4.0 Changelog


Back to Troi File Plugin

Back to Troi File Plugin Changelog


  • Troi File Plugin 4.0 - 4th June 2007
    • Added compatibility with Windows Vista.
    • Added TrFile_CopyFolder function, which can copy (and rename) complete folders (with their subfolders).
    • Added TrFile_MoveFolder function, which can move (and rename) complete folders (with their subfolders) to a new location on the disk.
    • Added TrFile_ExecuteShell function, which can execute command in the shell of the operating system.
    • Added TrFile_AsciiValueToText function, with the same functionality as in the Troi Serial Plug-in. With this function you can make special ASCII characters, like Line Feed or Vertical Tab, which can then be used easily in for example the TrFile_Substitute function.
    • Added switch “-GetImageDescription” and “-GetMovieDescription” to the TrFile_MetaData function. This will retrieve image data like width, height and depth.
    • Added new example file ManageMedia.fp7. This example file combines some of the Troi File Plug-ins function to create a powerful Media Manager for images and movies. It shows how to import one or multiple images from a folder and retrieves meta data like width and height, IPTC meta data like description and EXIF meta data like shutter time.
    • (Windows) Improved the function TrFile_ListFolder: it can now handle folders containing more than 32000 items.
    • Added the switch “-Encoding=BytesOnly” to both the TrFile_SetContents and the TrFile_AppendContents function. This will encode all characters in the text that have Unicode value of 0 to 255. All higher characters are skipped.
    • Improved the TrFile_CreateThumbnail function. You can now specify a higher quality bit depth of 32.
    • Fixed a bug in the function TrFile_MetaData with the switch “-GetImageURL” where the plug-in would not return an included URL.