--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html Mon Mar 06 11:39:26 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html Mon Mar 06 16:13:42 2023 +0100 @@ -240,6 +240,10 @@ <td>Public method to get the workspace directory of the device.</td> </tr> <tr> +<td><a href="#MicroPythonWidget.getFileManager">getFileManager</a></td> +<td>Public method to get a reference to the file manager interface.</td> +</tr> +<tr> <td><a href="#MicroPythonWidget.handleDataFlood">handleDataFlood</a></td> <td>Public slot handling a data flood from the device.</td> </tr> @@ -908,6 +912,25 @@ str </dd> </dl> +<a NAME="MicroPythonWidget.getFileManager" ID="MicroPythonWidget.getFileManager"></a> +<h4>MicroPythonWidget.getFileManager</h4> +<b>getFileManager</b>(<i></i>) + +<p> + Public method to get a reference to the file manager interface. +</p> +<dl> +<dt>Return:</dt> +<dd> +reference to the file manager interface +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +MicroPythonFileManager +</dd> +</dl> <a NAME="MicroPythonWidget.handleDataFlood" ID="MicroPythonWidget.handleDataFlood"></a> <h4>MicroPythonWidget.handleDataFlood</h4> <b>handleDataFlood</b>(<i></i>)