Change Log for the latest
XYplorer BETA version:
Code: Select all
v10.40.0108 - 2011-10-19 11:50
+ New variable <prop [property index or name]>. Returns any
available Shell Property value of the current item. See SC
property() for details and caveats.
Note that this variable is also supported by Rename Special
(regular UI, not only via scripting).
Examples:
- Retrieve Size, Type, and Version of the current item (under XP):
msg "<prop #1>, <prop #2>, <prop fileversion>";
- Append the file version to the name:
rename b, '*-<prop fileversion>', p;
- Append width and height to the name (images only; some videos
work as well):
rename b, '*-<prop ImageX>x<prop ImageY>', p;
- Append camera model to the name (photos only, of course):
rename b, '*-<prop CameraModel>', p;
- To have the CameraModel of the current file on the status bar,
use this tweak:
StatusBar3OnFile="<curname>, Camera: <prop CameraModel>"
+ New variable <curlen> returns the full path/name length of the
current file.
* Custom Copy | Progress Dialog: Now the From/To paths in the header
use "Path Ellipsis" instead of "End Ellipsis", so that the
immediate parent folders are shown after the ellipsis dots.
* XYcopy: Updated to 2.00.0066.
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
No-Install Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.