Custom build no file size check

Discuss new features and functions
Posts: 2
Joined: 3 Jul 2023

mikepharesjr@msn.com

Hello,
I would like to know if anyone will be me a custom Windows x64 build without a file size check.
Currently I see CompareVariant timeSize, content and size
Not sure if anyone has asked for a new CompareVariant: time

File: FreeFileSync\Source\base\comparison.cpp
Method: compareByTimeSize

Remove the following three lines and supporting brakects:
if (file->getFileSize<SelectSide::left>() == file->getFileSize<SelectSide::right>())
else
file->setCategoryConflict(getConflictSameDateDiffSize(*file)); //same date, different filesize
Posts: 2
Joined: 3 Aug 2023

Bird-Party

Could you explain further how one could implement this scan variant?
It would be nice if we could also compare based on file-name alone