file list overlap

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
fpefpe
Posts: 51
Joined: Sun May 10, 2015 9:58 pm

file list overlap

Post by fpefpe »

hello -- when file-lists are process, what happens if there is a duplicate entry in multiple efu files -- where the entry is pointing to the same
files, but one or more attributes changed -- ie, timestamp -- size
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: file list overlap

Post by void »

All duplicates are indexed and displayed.

For example, test.efu:

Code: Select all

filename,size
test.txt,1
test.txt,100000
Will show both test.txt, one with a size of 1 byte, the other with 100,000 bytes.
The same applies to multiple file lists.
Post Reply