Does anyone know what using a tilde (~) in the 'Name matching' field of the Dopus find dialog does? I was trying to find all editor backup files, which are named like 'test.~cpp'. It seems to do odd things:
.~cpp shows all files ending in .~cpp. As expected. .~ or ~ or ~ show nothing at all.
~cpp shows lots of files, but not all, many of which do not contain cpp in their name or ext.
I can do it using the regular expressions on the advanced tab, but it seems silly that it doesn't work just in the simple
tab.