I was trying to find a filename which had a special character in the title, which the search box in Windows Explorer would ignore.
It turns out, that to search for special characters like ()[]' etc..., you need to use this:
~="x"
Just replace x with the special character you are searching for, and it will now work.
Hope this helps someone else!
It turns out, that to search for special characters like ()[]' etc..., you need to use this:
~="x"
Just replace x with the special character you are searching for, and it will now work.
Hope this helps someone else!