lxp
1
I am trying to label folders based on their number of files and subfolders.
I expected this approach to work, but it doesn't:
From Filters and Find:
All the column keywords are available as variables in this evaluation context.
The label
=Output(name + "|" + filecount);true
returns nothing for filecount
, either.
Jon
2
We'll make this work in 13.11.1.
3 Likes
lxp
3
Yes, it works in 13.11.1, but the change made the columns show zero files/folders. The columns for the totals still work.
Very strange: Occasionally, the filecount
column shows the correct number.
lxp
4
The variables in eval columns are also affected:
XML
<?xml version="1.0"?>
<evalcolumn align="0" attrrefresh="no" autorefresh="no" customgrouping="no" foldertype="all" keyword="Count" maxstars="5" namerefresh="no" reversesort="no" title="Count" type="0">filecount + " | " + dircount + " | " + filecounttotal + " | " + dircounttotal</evalcolumn>
I'm having the same problem with Folder Formats.