Documentation/Source/eric5.Utilities.__init__.html

changeset 2553
2ef00ee163a8
parent 2387
2d119e79ab54
child 2608
01118174a2f5
--- a/Documentation/Source/eric5.Utilities.__init__.html	Thu Mar 28 11:30:04 2013 +0100
+++ b/Documentation/Source/eric5.Utilities.__init__.html	Sun Mar 31 17:17:59 2013 +0200
@@ -112,6 +112,9 @@
 <td><a href="#getExecutablePath">getExecutablePath</a></td>
 <td>Function to build the full path of an executable file from the environment.</td>
 </tr><tr>
+<td><a href="#getExecutablePaths">getExecutablePaths</a></td>
+<td>Function to build all full path of an executable file from the environment.</td>
+</tr><tr>
 <td><a href="#getHomeDir">getHomeDir</a></td>
 <td>Function to get a users home directory</td>
 </tr><tr>
@@ -823,6 +826,26 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="getExecutablePaths" ID="getExecutablePaths"></a>
+<h2>getExecutablePaths</h2>
+<b>getExecutablePaths</b>(<i>file</i>)
+<p>
+    Function to build all full path of an executable file from the environment.
+</p><dl>
+<dt><i>file</i></dt>
+<dd>
+filename of the executable (string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+list of full executable names (list of strings), if the executable file
+        is accessible via the searchpath defined by the PATH environment variable,
+        or an empty list otherwise.
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="getHomeDir" ID="getHomeDir"></a>
 <h2>getHomeDir</h2>
 <b>getHomeDir</b>(<i></i>)

eric ide

mercurial