
Contents |
Compare two binary files and print out comparison results
1. cmpfile fn1:= C:\1.txt fn2:= C:\2.txt;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| File 1 | fn1 |
Input string | |
input file1's name with full path |
| File 2 | fn2 |
Input string | |
input file2's name with full path |
| different type | diff |
Output int | |
different type of two compared files |
| byte offset | byteoffset |
Output int | |
the byte offset that two files are different starting at |
This X-Function compares two binary files and print out comparison results.