eric6/Documentation/Source/eric6.eric6_post_install.html

changeset 8661
1dc0a266d5f5
parent 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.eric6_post_install.html	Fri Oct 01 17:08:37 2021 +0200
+++ b/eric6/Documentation/Source/eric6.eric6_post_install.html	Sun Oct 03 13:04:53 2021 +0200
@@ -48,6 +48,10 @@
 <td>Function to copy the meta data files.</td>
 </tr>
 <tr>
+<td><a href="#copyMetaFile">copyMetaFile</a></td>
+<td>Function to copy a file to its destination.</td>
+</tr>
+<tr>
 <td><a href="#copyMetaFilesTree">copyMetaFilesTree</a></td>
 <td>Function to copy the files of a directory tree.</td>
 </tr>
@@ -113,6 +117,31 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<a NAME="copyMetaFile" ID="copyMetaFile"></a>
+<h2>copyMetaFile</h2>
+<b>copyMetaFile</b>(<i>srcname, dstpath, dstname</i>)
+
+<p>
+    Function to copy a file to its destination.
+</p>
+<dl>
+
+<dt><i>srcname</i> (str)</dt>
+<dd>
+name of the source file
+</dd>
+<dt><i>dstpath</i> (str)</dt>
+<dd>
+name of the destination path
+</dd>
+<dt><i>dstname</i> (str)</dt>
+<dd>
+name of the destination file (without path)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="copyMetaFilesTree" ID="copyMetaFilesTree"></a>
 <h2>copyMetaFilesTree</h2>
 <b>copyMetaFilesTree</b>(<i>src, dst</i>)

eric ide

mercurial