Code: Select all
v10.80.0107 - 2012-02-02 19:58
+ SC property enhanced: Now some XYplorer-specific named arguments
are supported. They all have to be preceded by # to distinguish
them from Windows shell properties. They are not case-sensitive.
#LinkTarget = Shortcut Target
#ShortcutTarget = Shortcut Target (same as #LinkTarget)
#JunctionTarget = Junction Target
#Label = Label
#Tags = Tags
#Comment = Comment
If the property is not applicable to the file in question then
nothing ("") is returned.
Examples:
text property("#label"); //defaults to current list item
text property("#linktarget", "E:\Test\funstuff\Icons.lnk");

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.