Note: BETA versions are a work in progress and might contain fresh bugs.
You have been warned.
- + SC report() enhanced. Added new optional argument "itemlist", where you can state the items that you want a report about.
Syntax:
report([template], [onlyselected=0], [header], [footer], _
[itemlist])
itemlist: pipe(|)-separated list of items (fullpath).
Example for a report about a single specific item:
text report("
{Name},
{Size B} bytes,
{Modified yyyy-mm-dd hh:nn:ss},
ver {FileVersion}", , , , "E:\XY\XYplorer\XYplorer.exe");