diff -r 85fc2a5cddb4 -r 59137afca666 Documentation/Source/eric5.UI.BrowserModel.html --- a/Documentation/Source/eric5.UI.BrowserModel.html Sat Feb 06 11:14:30 2010 +0000 +++ b/Documentation/Source/eric5.UI.BrowserModel.html Sat Feb 06 17:40:24 2010 +0000 @@ -841,6 +841,9 @@ <td><a href="#BrowserItem.isPublic">isPublic</a></td> <td>Public method returning the public visibility status.</td> </tr><tr> +<td><a href="#BrowserItem.isSymlink">isSymlink</a></td> +<td>Public method to check, if the items is a symbolic link.</td> +</tr><tr> <td><a href="#BrowserItem.lessThan">lessThan</a></td> <td>Public method to check, if the item is less than the other one.</td> </tr><tr> @@ -979,6 +982,16 @@ <dd> flag indicating public visibility (boolean) </dd> +</dl><a NAME="BrowserItem.isSymlink" ID="BrowserItem.isSymlink"></a> +<h4>BrowserItem.isSymlink</h4> +<b>isSymlink</b>(<i></i>) +<p> + Public method to check, if the items is a symbolic link. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating a symbolic link (boolean) +</dd> </dl><a NAME="BrowserItem.lessThan" ID="BrowserItem.lessThan"></a> <h4>BrowserItem.lessThan</h4> <b>lessThan</b>(<i>other, column, order</i>)