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

branch
eric7
changeset 10795
89cfe35c12f9
parent 10784
521fd465b048
child 11175
ca7057547506
diff -r cd93fbb75019 -r 89cfe35c12f9 src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html
--- a/src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html	Sun Jun 23 12:17:40 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.SystemUtilities.FileSystemUtilities.html	Sun Jun 23 16:23:36 2024 +0200
@@ -73,10 +73,6 @@
 <td>Local function to determine the volume of a disk or device.</td>
 </tr>
 <tr>
-<td><a href="#getWindowsExecutablePath">getWindowsExecutablePath</a></td>
-<td>Function to build the full path of an executable file from the environment on Windows platforms.</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>
@@ -558,43 +554,6 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
-<a NAME="getWindowsExecutablePath" ID="getWindowsExecutablePath"></a>
-<h2>getWindowsExecutablePath</h2>
-<b>getWindowsExecutablePath</b>(<i>file</i>)
-<p>
-    Function to build the full path of an executable file from the environment
-    on Windows platforms.
-</p>
-<p>
-    First an executable with the extension .exe is searched for, thereafter
-    such with the extensions .cmd or .bat and finally the given file name as
-    is. The first match is returned.
-</p>
-
-<dl>
-
-<dt><i>file</i> (str)</dt>
-<dd>
-filename of the executable to check
-</dd>
-</dl>
-<dl>
-<dt>Return:</dt>
-<dd>
-full executable name, if the executable file is accessible via the
-        executable search path defined by the PATH environment variable, or an
-        empty string otherwise.
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-str
-</dd>
-</dl>
-<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>)

eric ide

mercurial