This enumeration defines constants for file comparison thoroughness in folder comparisons.
| Constant |
Description |
| fctCheckTimestampsAndSizes |
Only consider file size and/or last modification time when deciding if a file has changed. |
| fctAlwaysThorough |
Always perform a thorough (byte-by-byte or using the comparison engine) comparison between files. |
| fctThoroughOnlyIfTimestampsAndSizesDifferent |
Perform a thorough (byte-by-byte or using the comparison engine) comparison between files if the files’ timestamps and/or
sizes are different.
|