file_compare
Compare two files to detect differences in size, timestamps, and content hash for verification and synchronization purposes.
Instructions
Compare two files: size, timestamps, and content hash. Detect differences.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path1 | Yes | First file path | |
| path2 | Yes | Second file path |