Filter behavior

Get help for specific problems
Posts: 5
Joined: 26 Mar 2016

frwi5432

Hi,
I'm using the latest version 8.4 and realized a strange behavior with the filter option.
In the exclude part I added *.msf (Thunderbird index files) which worked immediately.
But I had to specify *\vmware*.log (instead of vmware*.log) to exclude VMware log files.
In general *.<extension> works as expected.
For <string>*.<extension> you've to prepend the "*\" to make the filter working.
Is this as designed or is this a bug?

Kind regards,
Willy
User avatar
Posts: 2451
Joined: 22 Aug 2012

Plerry

The behavior is as it is supposed to work.
All filter specifications are relative to the root of the left and right folder.

"vmware*.log" applies to all files in the root folder starting with "vmware" and having the extension ".log", plus all files ending with ".log" anywhere down the folder-tree of any folder in the root of the left/right pair of which the name starts with "vmware".

Your later "*\vmware*.log" (or, doing the same: "*vmware*.log") meets any files starting with "vmware" and having an extension ".log" plus any files having an extension ".log" existing down the folder tree in any folder of which the name contains "vmware".