src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html

branch
eric7
changeset 9944
011ae0edbcff
parent 9639
9e66fd88193c
child 10388
a34ce7f42e8b
diff -r 02a40e8bd135 -r 011ae0edbcff src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html
--- a/src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html	Wed Mar 29 11:32:06 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html	Wed Mar 29 14:15:55 2023 +0200
@@ -62,6 +62,10 @@
 <td>Function to build all full path of an executable file from the environment.</td>
 </tr>
 <tr>
+<td><a href="#getUserMounts">getUserMounts</a></td>
+<td>Function to determine all available user mounts.</td>
+</tr>
+<tr>
 <td><a href="#getVolumeName">getVolumeName</a></td>
 <td>Local function to determine the volume of a disk or device.</td>
 </tr>
@@ -409,6 +413,31 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<a NAME="getUserMounts" ID="getUserMounts"></a>
+<h2>getUserMounts</h2>
+<b>getUserMounts</b>(<i></i>)
+
+<p>
+    Function to determine all available user mounts.
+</p>
+<p>
+    Note: On Windows platforms all available drives are returned.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+list of user mounts or drives
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="getVolumeName" ID="getVolumeName"></a>
 <h2>getVolumeName</h2>
 <b>getVolumeName</b>(<i>diskName</i>)

eric ide

mercurial