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
file list overlap
Re: file list overlap
All duplicates are indexed and displayed.
For example, test.efu:
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.
For example, test.efu:
Code: Select all
filename,size
test.txt,1
test.txt,100000
The same applies to multiple file lists.