src/eric7/Documentation/Source/eric7.Project.ProjectBaseBrowser.html

branch
eric7
changeset 10256
1b728f26d1ae
parent 10070
9f5758c0fec1
child 10259
b51dfacef37f
--- a/src/eric7/Documentation/Source/eric7.Project.ProjectBaseBrowser.html	Tue Oct 24 11:45:39 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Project.ProjectBaseBrowser.html	Wed Oct 25 14:30:33 2023 +0200
@@ -204,6 +204,10 @@
 <td>Public method to add a hook method to the dictionary.</td>
 </tr>
 <tr>
+<td><a href="#ProjectBaseBrowser.currentDirectory">currentDirectory</a></td>
+<td>Public method to determine the directory of the currently selected entry.</td>
+</tr>
+<tr>
 <td><a href="#ProjectBaseBrowser.currentItem">currentItem</a></td>
 <td>Public method to get a reference to the current item.</td>
 </tr>
@@ -680,6 +684,32 @@
 entry to be shown in the context menu (string)
 </dd>
 </dl>
+<a NAME="ProjectBaseBrowser.currentDirectory" ID="ProjectBaseBrowser.currentDirectory"></a>
+<h4>ProjectBaseBrowser.currentDirectory</h4>
+<b>currentDirectory</b>(<i>relative=False</i>)
+
+<p>
+        Public method to determine the directory of the currently selected entry.
+</p>
+<dl>
+
+<dt><i>relative</i> (bool)</dt>
+<dd>
+flag indicating to return the directory as a relative path
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+directory of the current entry
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <a NAME="ProjectBaseBrowser.currentItem" ID="ProjectBaseBrowser.currentItem"></a>
 <h4>ProjectBaseBrowser.currentItem</h4>
 <b>currentItem</b>(<i></i>)

eric ide

mercurial