eric6/Documentation/Source/eric6.Utilities.__init__.html

changeset 8070
6758ba4670e1
parent 7989
a21d673a8f99
child 8075
6774034a1e0f
diff -r 1176a936efa4 -r 6758ba4670e1 eric6/Documentation/Source/eric6.Utilities.__init__.html
--- a/eric6/Documentation/Source/eric6.Utilities.__init__.html	Thu Feb 04 14:59:13 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Utilities.__init__.html	Thu Feb 04 15:00:22 2021 +0100
@@ -1017,7 +1017,7 @@
 <hr />
 <a NAME="findVolume" ID="findVolume"></a>
 <h2>findVolume</h2>
-<b>findVolume</b>(<i>volumeName</i>)
+<b>findVolume</b>(<i>volumeName, findAll=False</i>)
 
 <p>
     Function to find the directory belonging to a given volume name.
@@ -1028,17 +1028,23 @@
 <dd>
 name of the volume to search for
 </dd>
+<dt><i>findAll</i> (bool (optional))</dt>
+<dd>
+flag indicating to get the directories for all volumes
+        starting with the given name (defaults to False)
+</dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-directory path of the given volume name
+directory path or list of directory paths for the given volume
+        name
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-str
+str or list of str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial