DirTree - Filter Strip

Allows you to filter the directory contents to show a subset based on metadata type.
Filter Popup 1 Filter Popup 2

The first menu is which metadata you want to filter to check for.
The second menu is the comparator to use.
Enter the data in the text box you want to compare against.
If the data is invalid for the field, refreshing will not execute and the text field will have a red border around it.

FieldContainsStarts WithEnds With<=>
Is (not) DirXXXXXXXX
NameXX
PathXX
DateXXX
OwnerXXX
GroupXXX
File IDXXX
Parent IDXXX
SizesXXX
ValenceXXX

Another menu contains ‘Stop’, ‘And’ and ‘Or’.
If set to Stop, the filter options after the menu are ignored.

Otherwise the filter expression will be evaluated logically.
Important : precedence for And and Or are the same. Unlike normal computational logic.
True And False Or True = True
True or False And True = True

Top