Page 1 of 1

Difference between EXT and TYPE ?

Posted: Wed Mar 13, 2019 12:02 pm
by burgundy
What s the difference between EXT and TYPE functions?

When I tried type:pdf I got some very unexpected results that made little sense.

Re: Difference between EXT and TYPE ?

Posted: Wed Mar 13, 2019 12:10 pm
by void
Ext is the file extension (excluding the dot).
For example, the extension for hello.txt is: txt

Type is the Windows/Third party software defined file type, it varies for each PC and is usually managed by the software you have installed.
For example, the type for hello.pdf might be: Adobe Acrobat Document

If you are unsure, have a look at the extension and type columns in Everything (right click the column header and check Extension/Type).
This is the information Everything will search when you use the ext: and type: search functions.

Re: Difference between EXT and TYPE ?

Posted: Wed Mar 13, 2019 12:35 pm
by burgundy
So TYPE is the description of EXT.

Thank you.