Scooter Software
banner
scootersoftware.bsky.social
Scooter Software
@scootersoftware.bsky.social
Scooter Software develops and markets Beyond Compare, a software utility for comparing data.

scootersoftware.com
This is a bug in BC5 that causes an off by 1 hour issue for timestamps in certain situations. Our lead developer is working on a fix. Workaround until the fix is released: click the Rules toolbar button, go to the Comparison tab, then check Ignore daylight saving difference (1 hour).
April 30, 2025 at 6:00 PM
Sorry, filters don't support absolute paths, they're always global (*.xml) or relative to the base folder (.\*.xml).
April 11, 2025 at 2:27 PM
Open in New View makes the selected folder the base folder. Because your filter is .\bin\*.xml, it's relative to that new base folder.
April 11, 2025 at 1:58 PM
The filter is relative to the base folder. If the base folder is c:\folder\, then .\bin\*.xml will exclude files matching c:\folder\bin\*.xml. If the base folder is c:\folder\bin\, then .\bin\*.xml will exclude files matching c:\folder\bin\bin\*.xml.
April 11, 2025 at 1:56 PM