File size filter can be more flexible

Discussion of new Synchronize It! version.
Post Reply
serkan
Posts: 3
Joined: Sat Oct 10, 2020 3:54 pm

File size filter can be more flexible

Post by serkan »

there can be min operator ">" or ">=" and a box
there can be max operator "<" or "<=" and a box

if we fill min box filter added
if we fill max box filter added

lets assume we want to synch

option a >=10KB
option b <=20KB files
option c >=10KB <=20KB files

these 3 can be handled by this way, do you agree?

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Re: File size filter can be more flexible

Post by grigsoft »

Yes, I think I can change current option to plain text field, parsing rules like

Code: Select all

>=100K;<1M
We can even try to use some OR logic:

Code: Select all

<10K + >1M
to find small or large files.

Post Reply