--- a/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerFileSystemInterface.html Tue Nov 05 10:41:51 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerFileSystemInterface.html Wed Nov 06 09:04:03 2024 +0100 @@ -125,6 +125,10 @@ <td>Public method to get a list of of all files matching a given pattern like 'glob.glob()'.</td> </tr> <tr> +<td><a href="#EricServerFileSystemInterface.isEmpty">isEmpty</a></td> +<td>Public method to check, if the given name is empty (i.e.</td> +</tr> +<tr> <td><a href="#EricServerFileSystemInterface.isabs">isabs</a></td> <td>Public method to chack a path for being an absolute path.</td> </tr> @@ -703,6 +707,33 @@ list of str </dd> </dl> +<a NAME="EricServerFileSystemInterface.isEmpty" ID="EricServerFileSystemInterface.isEmpty"></a> +<h4>EricServerFileSystemInterface.isEmpty</h4> +<b>isEmpty</b>(<i>name</i>) +<p> + Public method to check, if the given name is empty (i.e. just the remote + name indicator). +</p> + +<dl> + +<dt><i>name</i> (str)</dt> +<dd> +file or directory path to be checked +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +flag indicating an empty path +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="EricServerFileSystemInterface.isabs" ID="EricServerFileSystemInterface.isabs"></a> <h4>EricServerFileSystemInterface.isabs</h4> <b>isabs</b>(<i>p</i>)