ClientUser::Diff( FileSys *, FileSys *, FileSys *, int, char *, Error * )
Diff two files, and output the results to a third file.
Virtual? |
Yes |
|
Class |
||
Arguments |
|
the first file to be diffed |
|
the second file to be diffed |
|
|
the target file for diff output |
|
|
should output be paged? |
|
|
flags to diff routine |
|
|
an |
|
Returns |
|
Notes
This method works like Diff()
, but instead of
sending data to the standard output, writes the data to the specified
output file.