--- a/src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html Tue Mar 18 18:19:14 2025 +0100 +++ b/src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html Tue Mar 18 18:20:04 2025 +0100 @@ -69,10 +69,6 @@ <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> -<tr> <td><a href="#isDeviceFileName">isDeviceFileName</a></td> <td>Function to check, if the given file name is a device file name.</td> </tr> @@ -354,7 +350,7 @@ <hr /> <a NAME="findVolume" ID="findVolume"></a> <h2>findVolume</h2> -<b>findVolume</b>(<i>volumeName, findAll=False</i>) +<b>findVolume</b>(<i>volumeName, findAll=False, markerFile=None</i>) <p> Function to find the directory belonging to a given volume name. </p> @@ -370,6 +366,10 @@ flag indicating to get the directories for all volumes starting with the given name (defaults to False) </dd> +<dt><i>markerFile</i> (str (optional))</dt> +<dd> +name of a file to check for its existence (defaults to None) +</dd> </dl> <dl> <dt>Return:</dt> @@ -536,24 +536,6 @@ <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>) -<p> - Local function to determine the volume of a disk or device. -</p> -<p> - Each disk or external device connected to windows has an - attribute called "volume name". This function returns the - volume name for the given disk/device. -</p> -<p> - Code from http://stackoverflow.com/a/12056414 -</p> - -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> <a NAME="isDeviceFileName" ID="isDeviceFileName"></a> <h2>isDeviceFileName</h2> <b>isDeviceFileName</b>(<i>fileName</i>)