size: function

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
S0und
Posts: 4
Joined: Thu Jan 10, 2013 7:54 am

size: function

Post by S0und »

Hi

Can i use the 'size:' function alone (without any other searchterm)? because right now on both W7 x86 / x64 Everything just hangs when i try to filter only for filesize. So if i'm just type "size:" hangs the app.
void
Developer
Posts: 15329
Joined: Fri Oct 16, 2009 11:31 pm

Re: size: function

Post by void »

Can i use the 'size:' function alone (without any other searchterm)?
You can, but I wouldn't recommend it.

"Everything" would have to read the extended file information for every single file and folder which could take several minutes..

Please try limiting your search as much as possible before using the following commands:

Code: Select all

datemodified:
datecreated:
size:
attrib:
For example:

Code: Select all

D:\Music\ *.mp3 size:>100mb
S0und
Posts: 4
Joined: Thu Jan 10, 2013 7:54 am

Re: size: function

Post by S0und »

thanks!
Post Reply