diff -r 1273cd92a8f4 -r 9b01b4004314 Documentation/Source/eric6.Utilities.__init__.html --- a/Documentation/Source/eric6.Utilities.__init__.html Tue Apr 18 19:22:54 2017 +0200 +++ b/Documentation/Source/eric6.Utilities.__init__.html Wed Apr 19 19:02:34 2017 +0200 @@ -175,6 +175,9 @@ <td><a href="#html_uencode">html_uencode</a></td> <td>Function to correctly encode a unicode text for html.</td> </tr><tr> +<td><a href="#isDrive">isDrive</a></td> +<td>Function to check, if a path is a Windows drive.</td> +</tr><tr> <td><a href="#isExecutable">isExecutable</a></td> <td>Function to check, if a file is executable.</td> </tr><tr> @@ -1258,6 +1261,29 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="isDrive" ID="isDrive"></a> +<h2>isDrive</h2> +<b>isDrive</b>(<i>path</i>) +<p> + Function to check, if a path is a Windows drive. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path name to be checked +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating a Windows drive +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="isExecutable" ID="isExecutable"></a> <h2>isExecutable</h2> <b>isExecutable</b>(<i>exe</i>)