copyNewerOptions top-level property

CopyOptions get copyNewerOptions

Only copy if date is new.

Implementation

CopyOptions get copyNewerOptions => CopyOptions(checkSizeAndModifiedDate: true);