Thursday, July 9, 2009

v8.10.0008 - 2009-07-08 08:24

  • + SC Report(): Added more special fields that will retrieve
    extended properties from all file types that support them:
    - {FileVersion} =version of EXEs, DLLs, etc.
    - {WhenTaken} =EXIF date of photos
    - {Dimensions} =width x height of images
    Examples:
    ::text report("{name}, ver {FileVersion}<crlf>", 1);
    ::text report("{name}, {WhenTaken}, {Dimensions}<crlf>", 1);
  • ! SC Property: Failed on Vista. Fixed, part 2.