file:. (with only a dot)
would return files that have a dot in in their filename or have an extension (the "dot" being the separator between the name & extension).
!file:. (NOT file dot)
would return files with no extension and also have no dot in their filename
!file:. !folder: looks to return the same as ext:
No idea about your screenshot, much less "crazydomains" (which might be a "parking" ad)?
therube wrote:Try the ext: function (alone), so, ext:
Thank you, that works.
therube wrote:Not sure what file:*. would return offhand?
In v1.3 both, file:*. and your suggestion ext:, show all files without extension (ie. hosts file). In v1.4 file:*. shows nothing. Maybe that was a bug in v1.3 and it is fixed now.