- + 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.