*\ /x>Folder.red.ico //matches all inaccessible folders
Instead of changing the icon, I just want to change the color of the name text, but I couldn't find an analog of the rule.
*\ /x>Folder.red.ico //matches all inaccessible folders
B:prop:#empty:X>FFFFFF,FF0000
Code: Select all
PerfLogs
Recovery
On my system I have access to these folders. That's why I mentioned "System Volume Information" as a bulletproof option.
colorfilter("B:prop d:#empty:X>FFFFFF,FF0000");
Yes. It's at the top.
In this case the result looks like the one expected.