@@ -271,8 +271,8 @@
<ol>
<ol>
<li> If there is no 'other' file, it's different.
<li> If there is no 'other' file, it's different.
<li> Files with different lengths are different.
<li> Files with different lengths are different.
<li> Files with the same timestamp are the same, unless <tt>ignoreFileTimes</tt>
is set. This feature is useful to keep the selection fas t.
<li> If <tt>ignoreFileTimes</tt> is turned off, then differing file
timestamps will cause files to be regarded as differen t.
<li> Finally a byte-for-byte check is run against the two files
<li> Finally a byte-for-byte check is run against the two files
</ol>
</ol>
@@ -308,6 +308,13 @@
</td>
</td>
<td valign="top" align="center">Yes</td>
<td valign="top" align="center">Yes</td>
</tr>
</tr>
<tr>
<td valign="top">ignoreFileTimes</td>
<td valign="top">Whether to use file times in the comparison or not.
Default is true (time differences are ignored).
</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
<tr>
<td valign="top">granularity</td>
<td valign="top">granularity</td>
<td valign="top">The number of milliseconds leeway to give before
<td valign="top">The number of milliseconds leeway to give before
@@ -317,13 +324,6 @@
</td>
</td>
<td valign="top" align="center">No</td>
<td valign="top" align="center">No</td>
</tr>
</tr>
<tr>
<td valign="top">ignoreFileTimes</td>
<td valign="top">Whether to use file times in the comparison or not.
Default is false (time differences are significant).
</td>
<td valign="top" align="center">No</td>
</tr>
</table>
</table>
<p>Here is an example of how to use the Different Selector:</p>
<p>Here is an example of how to use the Different Selector:</p>