Code: Select all
C:\*If I have a color filter for
Code: Select all
C:\folder\*Code: Select all
C:\*Code: Select all
C:\folder\*Code: Select all
C:\folder\*Code: Select all
C:\folder\Code: Select all
C:\folderAccording to this, "C:\folder\*" matches all items that are LOCATED inside C:\folder\ , but not the folder itself , which happens in your case and which is the expected behavior. Use "C:\folder\"Advanced filename patterns
You can as well color certain List items in specific directories by stating a pattern that will be matched against the full path of each item.
Rules:
If the pattern contains the character "\" then
it's treated against the full path (relative/portable syntax supported)
Else
it's treated against the file name (without path)
Examples:
... ...
C:\Windows\* -> matches all items that are located in C:\Windows\