DirectoryInfoEx Changelog

What's new in DirectoryInfoEx 0.25

Jan 28, 2014
  • Fixed OpenWithInfo.GetExecutablePath()

New in DirectoryInfoEx 0.24 (Jan 28, 2014)

  • Change access to FileSystemInfoEx.PIDL/PidlRel to extension methods (RequestPIDL/RelPIDL)
  • Fixed a memory leak when listing.

New in DirectoryInfoEx 0.22 (Jan 28, 2014)

  • Added ImageExtractor, which uses IExtractImage to generate thumbnails.
  • Added PreviewHelper and PreviewControl, which is a IPreviewHandler.
  • Fix illegal PIDL for Directory under Library.ms directory

New in DirectoryInfoEx 0.21 (Jan 28, 2014)

  • Small update to CustomMenuStructure class.
  • Fixed FileSystemInfoEx.getRelativePIDL() and getParentPIDL() that return relPIDL that is not a clone, which will crash if attempted to Free. (e.g. in DirectoryEx.Exists())

New in DirectoryInfoEx 0.20 (Jan 28, 2014)

  • Fixed ShellProgressDialog still running after closed.
  • Added LinkSummaryInformation in ExtraPropertiesProvider.

New in DirectoryInfoEx 0.16 (Aug 26, 2010)

  • Added IShellFolder2 interface and ShellFolder2 class.
  • Added ExtraPropertiesProvider which can list extra file properties / list columns available.
  • (e.g. ExtraPropertiesProvider.GetProperty(file, ref ImageSummaryInformation.BitDepth); )
  • Fixed getRelPIDL() cannot return correct value if File/DirInfoEx construct with string. (attemp to return a freed up pointer).
  • Fixed ShellFolder not freed in 2 spots.