RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html

branch
eric7
changeset 413
a4cba20ad7ab
parent 375
c61a2f18ed78
child 416
45159308166f
equal deleted inserted replaced
412:6fa5892b9097 413:a4cba20ad7ab
156 <p> 156 <p>
157 Private method called by rope to remove a file or directory. 157 Private method called by rope to remove a file or directory.
158 </p> 158 </p>
159 <dl> 159 <dl>
160 160
161 <dt><i>path</i></dt> 161 <dt><i>path</i> (str)</dt>
162 <dd> 162 <dd>
163 name of file/directory to remove (string) 163 name of file/directory to remove
164 </dd> 164 </dd>
165 </dl> 165 </dl>
166 <a NAME="EricFileSystemCommands.processFileSystemCommand" ID="EricFileSystemCommands.processFileSystemCommand"></a> 166 <a NAME="EricFileSystemCommands.processFileSystemCommand" ID="EricFileSystemCommands.processFileSystemCommand"></a>
167 <h4>EricFileSystemCommands.processFileSystemCommand</h4> 167 <h4>EricFileSystemCommands.processFileSystemCommand</h4>
168 <b>processFileSystemCommand</b>(<i>params</i>) 168 <b>processFileSystemCommand</b>(<i>params</i>)
318 318
319 <dt><i>path</i> (str)</dt> 319 <dt><i>path</i> (str)</dt>
320 <dd> 320 <dd>
321 filename of file to write to 321 filename of file to write to
322 </dd> 322 </dd>
323 <dt><i>data</i></dt> 323 <dt><i>data</i> (Any)</dt>
324 <dd> 324 <dd>
325 data to be written 325 data to be written
326 </dd> 326 </dd>
327 </dl> 327 </dl>
328 <div align="right"><a href="#top">Up</a></div> 328 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial