Filtering large directory tree

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
azev
Posts: 11
Joined: Wed Aug 20, 2014 7:04 pm

Filtering large directory tree

Post by azev »

Hi,

I have this extrenal USB drive which has a huge directory tree.
Inside that huge tree there are .dat files.

Is it possible to set a filter so Everything will scan ONLY FOLDERS in that drive and SKIP the files (*.dat) inside those directories?
Everything takes about 5 minutes to scan all that drive and after done, its memory usage soar to 90Mb.

Is it possible to set Everything to keep the database entries for that drive (even when it is not connected) and then just scan for changes when it is plugged?

In this particular drive, it is important that Everything scan only the FOLDERS NAMES, not the files.
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Filtering large directory tree

Post by void »

Is it possible to set a filter so Everything will scan ONLY FOLDERS in that drive and SKIP the files (*.dat) inside those directories?
To exclude dat files on your D: drive:
From Tools -> Options -> Exclude
Set exclude files to:

Code: Select all

d:\*.dat
where d: is your drive with the dat files.

-or-

To Exclude all files under a certain folder:
From Tools -> Options -> Exclude
Set exclude files to:

Code: Select all

d:\pathtofolder\*
where d:\pathtofolder\ is the path where you want only folders indexed.
Is it possible to set Everything to keep the database entries for that drive (even when it is not connected) and then just scan for changes when it is plugged?
See Keep offline volumes in the index
azev
Posts: 11
Joined: Wed Aug 20, 2014 7:04 pm

Re: Filtering large directory tree

Post by azev »

Thank you void! worked!
Post Reply