src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerFileSystemInterface.html

branch
eric7
changeset 10951
8a7e3a26fe36
parent 10784
521fd465b048
child 11040
a4fd43ac7923
diff -r fa0ea22dd909 -r 8a7e3a26fe36 src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerFileSystemInterface.html
--- a/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerFileSystemInterface.html	Sat Oct 05 11:39:18 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerFileSystemInterface.html	Sat Oct 05 11:40:01 2024 +0200
@@ -189,6 +189,10 @@
 <td>Public method to return the server side path separator string.</td>
 </tr>
 <tr>
+<td><a href="#EricServerFileSystemInterface.serverInterface">serverInterface</a></td>
+<td>Public method to get a reference to the server interface object.</td>
+</tr>
+<tr>
 <td><a href="#EricServerFileSystemInterface.shutilCopy">shutilCopy</a></td>
 <td>Public method to copy a source file to a given destination file or directory.</td>
 </tr>
@@ -882,7 +886,7 @@
 </dl>
 <a NAME="EricServerFileSystemInterface.mkdir" ID="EricServerFileSystemInterface.mkdir"></a>
 <h4>EricServerFileSystemInterface.mkdir</h4>
-<b>mkdir</b>(<i>directory</i>)
+<b>mkdir</b>(<i>directory, mode=0o777</i>)
 <p>
         Public method to create a new directory on the eric-ide server.
 </p>
@@ -893,6 +897,10 @@
 <dd>
 absolute path of the new directory
 </dd>
+<dt><i>mode</i> (int)</dt>
+<dd>
+permissions value (defaults to 0o777)
+</dd>
 </dl>
 <dl>
 <dt>Return:</dt>
@@ -1156,6 +1164,25 @@
 str
 </dd>
 </dl>
+<a NAME="EricServerFileSystemInterface.serverInterface" ID="EricServerFileSystemInterface.serverInterface"></a>
+<h4>EricServerFileSystemInterface.serverInterface</h4>
+<b>serverInterface</b>(<i></i>)
+<p>
+        Public method to get a reference to the server interface object.
+</p>
+
+<dl>
+<dt>Return:</dt>
+<dd>
+reference to the server interface object
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+EricServerInterface
+</dd>
+</dl>
 <a NAME="EricServerFileSystemInterface.shutilCopy" ID="EricServerFileSystemInterface.shutilCopy"></a>
 <h4>EricServerFileSystemInterface.shutilCopy</h4>
 <b>shutilCopy</b>(<i>srcName, dstName</i>)

eric ide

mercurial