I have another idea about this problem:
Everything can report, that there is a folder with this attribute. e.g. You have directory structure:
c:\DirectoryToSearch\RealFolder\FileToFind.txt
c:\DirectoryToSearch\SymlinkedFolder\FileToFind.txt
And when you search FileToFind.txt, result can be ...
Search found 8 matches
- Thu Feb 16, 2017 8:22 am
- Forum: Support
- Topic: Symbolic links
- Replies: 24
- Views: 50395
- Wed Feb 08, 2017 9:54 am
- Forum: Suggestions
- Topic: Saving database is slow
- Replies: 3
- Views: 5241
Re: Saving database is slow
Thanks for the ideas! All these hints bypass saving database to the flash drive. But its ok for me to have database on flash drive. I just wanted to suggest/ask, if it would be too complicated to do the database incremental or something like this 

- Wed Feb 08, 2017 8:07 am
- Forum: Suggestions
- Topic: Saving database is slow
- Replies: 3
- Views: 5241
Saving database is slow
I use Everything in portable mode from flash drive. When I want to leave and remove flash, I exit Everything, but exiting takes too long, because it is saving database, which has in my case 300MB. Is it really neccesary to save the database all the time when exiting Everything?
And even worse ...
And even worse ...
- Wed Feb 08, 2017 7:51 am
- Forum: Development, plugins and third party software
- Topic: CSV Viewer/Editor - Searching CSV like Everything Search
- Replies: 23
- Views: 134790
Re: CSV Viewer/Editor - Searching CSV like Everything Search
This question is a bit offtopic for everything, but i recommend Logparser (https://technet.microsoft.com/en-us/scr ... 19274.aspx). It has SQL-like access too.
- Tue Feb 07, 2017 8:45 am
- Forum: Suggestions
- Topic: Allow custom remapping of file paths
- Replies: 22
- Views: 56682
Re: Allow custom remapping of file paths
Just one simple fix to the previous instructions. Use double backslashes:
ntfs_volume_paths="A:","C:","D:","F:","D:\\game\\intermediate"
ntfs_volume_roots="","","","","intermediate\\dummy"
ntfs_volume_paths="A:","C:","D:","F:","D:\\game\\intermediate"
ntfs_volume_roots="","","","","intermediate\\dummy"
- Fri Feb 03, 2017 9:34 am
- Forum: Support
- Topic: Symbolic links
- Replies: 24
- Views: 50395
Re: Symbolic links
Processing symlinks can be problematic. I understand it. But simply unpack given path to base (without symlinks) form should be easy. It will give you worse results e.g.:
after looking for files in c:\Symlink\ (= c:\Some\Strange\Path\PhysicalLocation\) will give you path starting with c:\Some ...
after looking for files in c:\Symlink\ (= c:\Some\Strange\Path\PhysicalLocation\) will give you path starting with c:\Some ...
- Thu Feb 02, 2017 11:46 am
- Forum: Support
- Topic: Symbolic links
- Replies: 24
- Views: 50395
Re: Symbolic links
If you mean Tools/Options/Indexes/Folders, Add and enter the folder, which is symbolic link, than unfortunately this cant be done. The symbolic link folder is unpacked to its non-link form.
- Wed Feb 01, 2017 5:57 pm
- Forum: Support
- Topic: Symbolic links
- Replies: 24
- Views: 50395
Symbolic links
I have few folders, which are symbolic links to different folder on the same drive. Is it possible to somehow find files in this symbolic-linked folder please?
Thanks for advice.
Thanks for advice.