How to find NOT ext: ?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
therube
Posts: 5711
Joined: Thu Sep 03, 2009 6:48 pm

How to find NOT ext: ?

Post by therube »

How to find NOT ext: ?


!ext:
does not seem to work.
Should it?

ext:""
does do the trick.
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to find NOT ext: ?

Post by void »

ext:
on its own will find no extensions.

ext: is a little different to other functions as it matches the full extension.

ext:



!extension:
will work as expected and match no extensions.

extension:
Post Reply