Skip to content

Remove 'Everything' search engine feature.

Choose a tag to compare

@botman99 botman99 released this 06 Jul 13:09
· 6 commits to master since this release

Remove 'Everything' search engine feature. Everything is fast, but if you delete a huge number of files before running Grepy, Everything will lock up while it's indexing the changes to the volume and I wasn't able to find a way around this. I modified the GetFiles code to use Win32 FindFirstFile/FindNextFile instead of using C# Directory.GetFiles function and it's much faster now.