-
Hi,
Looking into all these folders works fine with the following filter file:
However, changing the last line to look for "Exe" folders (e.g. "d: \\Exe") does return an empty comparison. Irritatingly, "d: \\Firmware" works as expected and returns the comparison for all folders within the Firmware folder. Is Winmerge 2.16.32 only capable of filtering the first subfolder level or am a missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You also need to specify the ancestor folder of the Exe folder as shown below. (I was not able to reproduce the behavior where only Firmware is specified and everything in Firmware is compared.)
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick response! Your recommendation indeed does the trick. My "d: \\Firmware" does work weird as I underestimated the "$" and skipped it. However, this leads to a follow up question as "SW_X" represents a multitude of folders. If I understand correctly, I would need to list all these folders explicitly. This fits my observation, that "d: \\*\\Exe$" would not do the trick. Unfortunately, that is too hard to maintain in my case. Is there some solution I am missing? |
Beta Was this translation helpful? Give feedback.
You also need to specify the ancestor folder of the Exe folder as shown below. (I was not able to reproduce the behavior where only Firmware is specified and everything in Firmware is compared.)