187 <tr> |
187 <tr> |
188 <td><a href="#EricServerFileSystemInterface.separator">separator</a></td> |
188 <td><a href="#EricServerFileSystemInterface.separator">separator</a></td> |
189 <td>Public method to return the server side path separator string.</td> |
189 <td>Public method to return the server side path separator string.</td> |
190 </tr> |
190 </tr> |
191 <tr> |
191 <tr> |
|
192 <td><a href="#EricServerFileSystemInterface.serverInterface">serverInterface</a></td> |
|
193 <td>Public method to get a reference to the server interface object.</td> |
|
194 </tr> |
|
195 <tr> |
192 <td><a href="#EricServerFileSystemInterface.shutilCopy">shutilCopy</a></td> |
196 <td><a href="#EricServerFileSystemInterface.shutilCopy">shutilCopy</a></td> |
193 <td>Public method to copy a source file to a given destination file or directory.</td> |
197 <td>Public method to copy a source file to a given destination file or directory.</td> |
194 </tr> |
198 </tr> |
195 <tr> |
199 <tr> |
196 <td><a href="#EricServerFileSystemInterface.shutilRmtree">shutilRmtree</a></td> |
200 <td><a href="#EricServerFileSystemInterface.shutilRmtree">shutilRmtree</a></td> |
880 tuple of (bool, str) |
884 tuple of (bool, str) |
881 </dd> |
885 </dd> |
882 </dl> |
886 </dl> |
883 <a NAME="EricServerFileSystemInterface.mkdir" ID="EricServerFileSystemInterface.mkdir"></a> |
887 <a NAME="EricServerFileSystemInterface.mkdir" ID="EricServerFileSystemInterface.mkdir"></a> |
884 <h4>EricServerFileSystemInterface.mkdir</h4> |
888 <h4>EricServerFileSystemInterface.mkdir</h4> |
885 <b>mkdir</b>(<i>directory</i>) |
889 <b>mkdir</b>(<i>directory, mode=0o777</i>) |
886 <p> |
890 <p> |
887 Public method to create a new directory on the eric-ide server. |
891 Public method to create a new directory on the eric-ide server. |
888 </p> |
892 </p> |
889 |
893 |
890 <dl> |
894 <dl> |
891 |
895 |
892 <dt><i>directory</i> (str)</dt> |
896 <dt><i>directory</i> (str)</dt> |
893 <dd> |
897 <dd> |
894 absolute path of the new directory |
898 absolute path of the new directory |
|
899 </dd> |
|
900 <dt><i>mode</i> (int)</dt> |
|
901 <dd> |
|
902 permissions value (defaults to 0o777) |
895 </dd> |
903 </dd> |
896 </dl> |
904 </dl> |
897 <dl> |
905 <dl> |
898 <dt>Return:</dt> |
906 <dt>Return:</dt> |
899 <dd> |
907 <dd> |
1152 </dl> |
1160 </dl> |
1153 <dl> |
1161 <dl> |
1154 <dt>Return Type:</dt> |
1162 <dt>Return Type:</dt> |
1155 <dd> |
1163 <dd> |
1156 str |
1164 str |
|
1165 </dd> |
|
1166 </dl> |
|
1167 <a NAME="EricServerFileSystemInterface.serverInterface" ID="EricServerFileSystemInterface.serverInterface"></a> |
|
1168 <h4>EricServerFileSystemInterface.serverInterface</h4> |
|
1169 <b>serverInterface</b>(<i></i>) |
|
1170 <p> |
|
1171 Public method to get a reference to the server interface object. |
|
1172 </p> |
|
1173 |
|
1174 <dl> |
|
1175 <dt>Return:</dt> |
|
1176 <dd> |
|
1177 reference to the server interface object |
|
1178 </dd> |
|
1179 </dl> |
|
1180 <dl> |
|
1181 <dt>Return Type:</dt> |
|
1182 <dd> |
|
1183 EricServerInterface |
1157 </dd> |
1184 </dd> |
1158 </dl> |
1185 </dl> |
1159 <a NAME="EricServerFileSystemInterface.shutilCopy" ID="EricServerFileSystemInterface.shutilCopy"></a> |
1186 <a NAME="EricServerFileSystemInterface.shutilCopy" ID="EricServerFileSystemInterface.shutilCopy"></a> |
1160 <h4>EricServerFileSystemInterface.shutilCopy</h4> |
1187 <h4>EricServerFileSystemInterface.shutilCopy</h4> |
1161 <b>shutilCopy</b>(<i>srcName, dstName</i>) |
1188 <b>shutilCopy</b>(<i>srcName, dstName</i>) |