FileLib Changelog

What's new in FileLib 6.0

Dec 19, 2014
  • Updated the DesktopLabelNumber property on the FolderItemInfo class to work on modern OS X systems.
  • Added DesktopLabelText property to the FolderItemInfo class.
  • Added DesktopLabelColor property to the FolderItemInfo class.
  • Updated the DocumentType property on the FolderItemInfo class to use newer Cocoa APIs.
  • Removed some OS X specific properties that make no sense any more on modern OS X systems.
  • Added IsPackage property to the FolderItemInfo class.
  • Added PreferredIOBlockSize property to the FolderItemInfo class.
  • Added VolumeUUID property to the FolderItemInfo class.
  • Added a FinderLabelsCount shared function to the FolderItemInfo class.
  • Added a FinderLabels function to the FolderItemInfo class.
  • Added a FinderLabelColors function to the FolderItemInfo class.
  • Added IsLocal property to the FolderItemInfo class.
  • Added BOOLEAN_TRUE, BOOLEAN_FALSE and BOOLEAN_DONTKNOW constants to the FolderItemInfo class.
  • Did a lot of Cocoa fixes.
  • Now also ships with a Xojo plugin. The Xojo plugin comes in the new Xojo format and is compiled with newer SDK.
  • Plugin segments come code signed on MacOS X systems.
  • Documentation now also ships as docset for the awesome Dash viewer from http://kapeli.com/dash.

New in FileLib 5.0 (Sep 20, 2010)

  • Added Cocoa compile support to all segments of the plugin.
  • Marked most of the plugin as console safe for use in console applications..