Filtering files

Filtering files window can be activated by click on the button Filter in the Comparison table toolbar or by select the main menu item File operations|File filter (shortcut F12). On the screen below you can see Set filter window:

Set filter window

The field Include file filters is used to define a filter for files that will be shown.
The field Exclude file filters is used to define a filter for files that will not be shown.

A filter can include the special symbols, which are listed below:
SymbolDescription
*In file name on this place can be any number of any characters.
?In file name on this place should be a single character.
;This symbol separates filter's parts.

Let's say there are three files in the comparison table: air.exe, air.com, water.exe.

OperationTaskImplementationFiles in the table
ORFile name must begin with letter "A" OR must end with letter "E"Include: a*; *eair.com, water.exe
NOTFile name should NOT begin with letter "A"Exclude: a*water.exe
Ex #1Shows all files which have names length of seven charactersInclude: ???????air.exe, air.com
Ex #2Shows all files whose names end with "EXE" but do NOT begin with letter "A"Include: *exe
Exclude: a*
water.exe


Filters rules:

  • Filter can contain any numbers of filters parts. Filters parts separate by ";".
  • Filters parts concatenate by OR.
  • Filters part "*.*" means including all files. Doesn't matter contains a file "." or not.
  • Any numbers of "*" or any numbers of spaces will considered as "*.*".
  • Exclude filter like "*.*" shows all files.
  • File name like readme.txt contains a dot, but this dot doesn't appear in the comparison table. So the filter like readme?txt shows file readme.txt and don't shows file readme1.txt.

    Advanced include filter
    FieldDescription
    Date filterThis group allows to filter out files by last modified file date.
    Older than AThis field allow to specify a file date range for filtering. The file date range filter makes visible those files which last modified date are older than the given date range.
    Newer than AThis field allow to specify a file date range for filtering. The file date range filter makes visible those files which last modified date are newer than the given date range.
    Between A and BThese two fields allow to specify a file date range for filtering. The file date range filter makes visible those files which last modified date are between the given date range.
    Beyond A and BThese two fields allow to specify a file date range for filtering. The file date range filter makes visible those files which last modified date are beyond the given date range.
    <0>Sets time to zero (00:00:00).
    Set currentInserts the current date and time.
     
    Size filterThis group allows to filter out files by file size.
    Equal or more than AThis field allow to specify a file size range for filtering. The file size range filter makes visible those files which sizes are equal or more than the given size range.
    Equal or less than AThis field allow to specify a file size range for filtering. The file size range filter makes visible those files which sizes are equal or less than the given size range.
    Between A and BThese two fields allow to specify a file size range for filtering. The file size range filter makes visible those files which sizes are between the given size range.
    Beyond A and BThese two fields allow to specify a file size range for filtering. The file size range filter makes visible those files which sizes are beyond the given size range.
     
    Attribute filterThis group allows to filter out files by file attributes.


    Some filters are used more often than others. You may define these filters, for quick access to them. To add new predefined filter click on the button Save filter. You may organize existing predefined filters and define new predefined filter. To quick apply the predefined filter you may select it in the list and click on Set filter button.

    Button Description
    Save current filter as predefined in the window Save file filter window.
    Set predefined file filter and fill fields with values of the predefined file filter.
    Delete selected predefined file filter from list.
    Change caption of selected predefined file filter in the window Rename file filter window.
    Move selection in predefined file filter list to one item up.
    Move selection in predefined file filter list to one item down.


    See also:
       Main window
       The main menu
       About the toolbars