v26.40.0401 - 2024-10-05 12:17
+ Custom File Icons: Added another special switch /n to match all branches that do not
contain files, but may contain folders:
*\ /n><xypath>\XYicon_FolderGray.ico //matches all branches without files
So there is now another content-based folder icon in addition to the three that
already exist:
*\ /e>XYicon_FolderEmpty.ico //matches all empty folders
*\ /f>XYicon_FolderFilled.ico //matches all filled folders
*\ /x>XYicon_FolderDenied.ico //matches all inaccessible folders
Notes:
- If no /e (empty) icon is defined, /n (nofiles) will also match empty folders,
otherwise the empty icon will win.
The order of the definitions is irrelevant to the above.
- Of course, determining that a deep branch contains no files can take a while. So
use this switch responsibly.
Thank you so much! This will make my life at work considerably easier, since many colleagues often just create branches of empty folders, I assume as structural templates, and I am left with the task to figure out if there is a document already saved somewhere in that branch or not.
The indicator with the blue folder icon is immensely helpful. (Could also be done with visual filters, but the folder icon is is much better suited for this.)