How to find *.~*?

  1. no hair left, have tried backslash, forwardslash in front of the squiggle and no luck. the files are there eg "abc.~pa" "def.~dp" etc
  2. can i make a shortcut button for this type of find so i dont have to write the formula on the side of the monitor?
    many thanks, Bill

Try Find in Advanced mode, using regular expression:

Name Match: .~.*$

Or you can use DOpus' Windows Search implementation (upper right search box):

System.FileExtension:~<".~"

.'~

The ' is the escape character, not forward or backslash.

super, the ' is what I needed

[quote="bgreene"]2. can i make a shortcut button for this type of find so i dont have to write the formula on the side of the monitor?
many thanks, Bill[/quote]

You can put this command on a button, hotkey, etc.:

Set QUICKFILTER .'~