src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html

branch
eric7
changeset 9944
011ae0edbcff
parent 9912
c731e9bdd105
child 9979
dbafba79461d
diff -r 02a40e8bd135 -r 011ae0edbcff src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Wed Mar 29 11:32:06 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Wed Mar 29 14:15:55 2023 +0200
@@ -448,6 +448,10 @@
 <td>Public method to set the REPL status and dependent status.</td>
 </tr>
 <tr>
+<td><a href="#BaseDevice.setWorkspace">setWorkspace</a></td>
+<td>Public method to set the device workspace directory.</td>
+</tr>
+<tr>
 <td><a href="#BaseDevice.startAccessPoint">startAccessPoint</a></td>
 <td>Public method to start the access point interface.</td>
 </tr>
@@ -2215,6 +2219,20 @@
 flag indicating the active status
 </dd>
 </dl>
+<a NAME="BaseDevice.setWorkspace" ID="BaseDevice.setWorkspace"></a>
+<h4>BaseDevice.setWorkspace</h4>
+<b>setWorkspace</b>(<i>workspacePath</i>)
+
+<p>
+        Public method to set the device workspace directory.
+</p>
+<dl>
+
+<dt><i>workspacePath</i> (str)</dt>
+<dd>
+directory to be used for saving files
+</dd>
+</dl>
 <a NAME="BaseDevice.startAccessPoint" ID="BaseDevice.startAccessPoint"></a>
 <h4>BaseDevice.startAccessPoint</h4>
 <b>startAccessPoint</b>(<i>ssid, security=None, password=None, ifconfig=None</i>)

eric ide

mercurial